Home
last modified time | relevance | path

Searched refs:nrows (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Ddf.c241 static size_t nrows; variable
368 nrows++; in alloc_table_row()
369 table = xnrealloc (table, nrows, sizeof (char **)); in alloc_table_row()
370 table[nrows - 1] = xnmalloc (ncolumns, sizeof (char *)); in alloc_table_row()
381 for (row = 0; row < nrows; row++) in print_table()
639 table[nrows - 1][col] = cell; in get_header()
1257 table[nrows - 1][col] = cell; in get_dev()