HomeSort by: relevance | last modified time | path
    Searched defs:numrows (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/column/
column.c 171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local in function:r_columnate
174 numrows = entries / numcols;
176 ++numrows;
178 for (row = 0; row < numrows; ++row) {
182 if ((base += numrows) >= entries)
  /src/bin/ls/
print.c 218 int numcols, numrows, row; local in function:printcol
263 numrows = num / numcols;
265 ++numrows;
267 for (row = 0; row < numrows; ++row) {
271 if ((base += numrows) >= num)

Completed in 12 milliseconds