Home
last modified time | relevance | path

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

/src/usr.bin/column/
H A Dcolumn.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()
/src/bin/ls/
H A Dprint.c314 int numrows; in printcol() local
355 numrows = num / numcols; in printcol()
357 ++numrows; in printcol()
365 for (row = 0; row < numrows; ++row) { in printcol()
375 base += numrows; in printcol()
/src/contrib/nvi/common/
H A Doptions.c812 int numcols, numrows, row; in opts_dump() local
907 numrows = s_num / numcols; in opts_dump()
909 ++numrows; in opts_dump()
911 numrows = 1; in opts_dump()
914 for (row = 0; row < numrows;) { in opts_dump()
917 if ((base += numrows) >= s_num) in opts_dump()
922 if (++row < numrows || b_num) in opts_dump()
/src/crypto/openssl/include/internal/
H A Dconstant_time.h456 size_t numrows, in constant_time_lookup() argument
467 for (i = 0; i < numrows; i++, idx--) { in constant_time_lookup()
/src/contrib/flex/src/
H A Dgen.c468 int numrows; in genecs() local
482 numrows = csize / 8; in genecs()
484 for (j = 0; j < numrows; ++j) { in genecs()
485 for (i = j; i < csize; i = i + numrows) { in genecs()
/src/contrib/nvi/vi/
H A Dv_txt.c2131 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; in txt_fc_col() local
2199 numrows = argc / numcols; in txt_fc_col()
2201 ++numrows; in txt_fc_col()
2203 numrows = 1; in txt_fc_col()
2206 for (row = 0; row < numrows; ++row) { in txt_fc_col()
2215 if ((base += numrows) >= argc) in txt_fc_col()