Home
last modified time | relevance | path

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

/NextBSD/usr.bin/column/
HDcolumn.c184 int base, chcnt, cnt, col, endcol, numcols, numrows, row; in r_columnate() local
187 numrows = entries / numcols; in r_columnate()
189 ++numrows; in r_columnate()
191 for (row = 0; row < numrows; ++row) { in r_columnate()
196 if ((base += numrows) >= entries) in r_columnate()
/NextBSD/contrib/nvi/common/
HDoptions.c833 int numcols, numrows, row; in opts_dump() local
928 numrows = s_num / numcols; in opts_dump()
930 ++numrows; in opts_dump()
932 numrows = 1; in opts_dump()
935 for (row = 0; row < numrows;) { in opts_dump()
938 if ((base += numrows) >= s_num) in opts_dump()
943 if (++row < numrows || b_num) in opts_dump()
/NextBSD/bin/ls/
HDprint.c372 int numrows; in printcol() local
412 numrows = num / numcols; in printcol()
414 ++numrows; in printcol()
424 for (row = 0; row < numrows; ++row) { in printcol()
436 base += numrows; in printcol()
/NextBSD/contrib/flex/
HDgen.c466 int numrows; in genecs() local
480 numrows = csize / 8; in genecs()
482 for (j = 0; j < numrows; ++j) { in genecs()
483 for (i = j; i < csize; i = i + numrows) { in genecs()
/NextBSD/contrib/nvi/vi/
HDv_txt.c2155 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; in txt_fc_col() local
2223 numrows = argc / numcols; in txt_fc_col()
2225 ++numrows; in txt_fc_col()
2227 numrows = 1; in txt_fc_col()
2230 for (row = 0; row < numrows; ++row) { in txt_fc_col()
2239 if ((base += numrows) >= argc) in txt_fc_col()