/src/usr.bin/column/ |
column.c | 143 int chcnt, col, cnt, endcol, numcols; local in function:c_columnate 146 numcols = termwidth / maxlength; 152 if (++col == numcols) { 171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local in function:r_columnate 173 numcols = termwidth / maxlength; 174 numrows = entries / numcols; 175 if (entries % numcols) 180 for (base = row, chcnt = col = 0; col < numcols; ++col) {
|
column.c | 143 int chcnt, col, cnt, endcol, numcols; local in function:c_columnate 146 numcols = termwidth / maxlength; 152 if (++col == numcols) { 171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local in function:r_columnate 173 numcols = termwidth / maxlength; 174 numrows = entries / numcols; 175 if (entries % numcols) 180 for (base = row, chcnt = col = 0; col < numcols; ++col) {
|
/src/bin/ls/ |
print.c | 218 int numcols, numrows, row; local in function:printcol 261 numcols = termwidth / colwidth; 262 colwidth = termwidth / numcols; /* spread out if possible */ 263 numrows = num / numcols; 264 if (num % numcols) 268 for (base = row, chcnt = col = 0; col < numcols; ++col) { 285 int numcols; local in function:printacol 308 numcols = termwidth / colwidth; 309 colwidth = termwidth / numcols; /* spread out if possible */ 315 if (col >= numcols) { [all...] |
print.c | 218 int numcols, numrows, row; local in function:printcol 261 numcols = termwidth / colwidth; 262 colwidth = termwidth / numcols; /* spread out if possible */ 263 numrows = num / numcols; 264 if (num % numcols) 268 for (base = row, chcnt = col = 0; col < numcols; ++col) { 285 int numcols; local in function:printacol 308 numcols = termwidth / colwidth; 309 colwidth = termwidth / numcols; /* spread out if possible */ 315 if (col >= numcols) { [all...] |