Searched defs:filewidth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c332 static int filewidth; variable
1077 if (width > filewidth)
1078 filewidth = width;
1095 colwidth = fixedwidth + filewidth;
1147 filewidth = 0;
1582 if (width > filewidth)
1583 filewidth = width;
1614 colwidth = fixedwidth + filewidth;

Completed in 61 milliseconds