Searched refs:ncolumns (Results 1 – 1 of 1) sorted by relevance
222 static size_t ncolumns; variable370 table[nrows - 1] = xnmalloc (ncolumns, sizeof (char *)); in alloc_table_row()384 for (col = 0; col < ncolumns; col++) in print_table()401 if (col + 1 < ncolumns) in print_table()415 ncolumns++; in alloc_field()416 columns = xnrealloc (columns, ncolumns, sizeof (struct field_data_t *)); in alloc_field()417 columns[ncolumns - 1] = &field_data[f]; in alloc_field()419 columns[ncolumns - 1]->caption = c; in alloc_field()553 if (!ncolumns) in get_field_list()574 for (col = 0; col < ncolumns; col++) in get_header()[all …]