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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c331 static int colwidth; variable
1095 colwidth = fixedwidth + filewidth;
1218 if (colwidth <= num_cols) {
1219 ncols = num_cols / colwidth;
1505 if (curcol + colwidth + 2 > num_cols) {
1519 if ((curcol / colwidth + 2) * colwidth > num_cols) {
1527 } while (curcol % colwidth);
1614 colwidth = fixedwidth + filewidth;

Completed in 52 milliseconds