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

  /src/bin/ls/
print.c 217 int base, chcnt, col, colwidth, num; local in function:printcol
220 colwidth = dp->maxlen;
222 colwidth += dp->s_inode + 1;
225 colwidth += dp->s_size + 1;
227 colwidth += dp->s_block + 1;
230 colwidth += 1;
232 colwidth += 1;
236 if (termwidth < 2 * colwidth) {
261 numcols = termwidth / colwidth;
262 colwidth = termwidth / numcols; /* spread out if possible *
284 int chcnt, col, colwidth; local in function:printacol
    [all...]
print.c 217 int base, chcnt, col, colwidth, num; local in function:printcol
220 colwidth = dp->maxlen;
222 colwidth += dp->s_inode + 1;
225 colwidth += dp->s_size + 1;
227 colwidth += dp->s_block + 1;
230 colwidth += 1;
232 colwidth += 1;
236 if (termwidth < 2 * colwidth) {
261 numcols = termwidth / colwidth;
262 colwidth = termwidth / numcols; /* spread out if possible *
284 int chcnt, col, colwidth; local in function:printacol
    [all...]
print.c 217 int base, chcnt, col, colwidth, num; local in function:printcol
220 colwidth = dp->maxlen;
222 colwidth += dp->s_inode + 1;
225 colwidth += dp->s_size + 1;
227 colwidth += dp->s_block + 1;
230 colwidth += 1;
232 colwidth += 1;
236 if (termwidth < 2 * colwidth) {
261 numcols = termwidth / colwidth;
262 colwidth = termwidth / numcols; /* spread out if possible *
284 int chcnt, col, colwidth; local in function:printacol
    [all...]

Completed in 125 milliseconds