Home
last modified time | relevance | path

Searched refs:widthl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/col/
H A Dcol.c299 int width, widthl, widthc; in outc() local
352 widthl = wcscrwidth(*line); in outc()
354 if (*line == '\0' || widthl == widthc) { in outc()
356 } else if (widthl > widthc) { in outc()
357 n = widthl - widthc; in outc()
368 n = widthc - widthl; in outc()
389 if (smart && (widthl == 1) && (widthc == 1)) { in outc()
422 if ((widthl == 1) && (widthc == 1)) { in outc()
439 width = (widthc > widthl) ? widthc : widthl; in outc()