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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c333 static int fixedwidth; variable
975 fixedwidth = 2;
977 fixedwidth++;
979 fixedwidth += 11;
981 fixedwidth += 5;
1095 colwidth = fixedwidth + filewidth;
1614 colwidth = fixedwidth + filewidth;

Completed in 92 milliseconds