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

/illumos-gate/usr/src/cmd/col/
H A Dcol.c301 int width, widthl, widthc; local
353 widthc = wcscrwidth(c);
356 if (*line == '\0' || widthl == widthc) {
358 } else if (widthl > widthc) {
359 n = widthl - widthc;
370 n = widthc - widthl;
391 if (smart && (widthl == 1) && (widthc == 1)) {
424 if ((widthl == 1) && (widthc == 1)) {
441 width = (widthc > widthl) ? widthc
[all...]

Completed in 52 milliseconds