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

  /src/bin/ls/
print.c 333 int extwidth; local in function:printstream
335 extwidth = 0;
337 extwidth += dp->s_inode + 1;
340 extwidth += dp->s_size + 1;
342 extwidth += dp->s_block + 1;
345 extwidth += 1;
352 if (col + 1 + extwidth + (int)p->fts_namelen >= termwidth)
print.c 333 int extwidth; local in function:printstream
335 extwidth = 0;
337 extwidth += dp->s_inode + 1;
340 extwidth += dp->s_size + 1;
342 extwidth += dp->s_block + 1;
345 extwidth += 1;
352 if (col + 1 + extwidth + (int)p->fts_namelen >= termwidth)

Completed in 22 milliseconds