Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/col/
H A Dcol.c301 int width, widthl, widthc; in outc() local
354 widthl = wcscrwidth(*line); in outc()
356 if (*line == '\0' || widthl == widthc) { in outc()
358 } else if (widthl > widthc) { in outc()
359 n = widthl - widthc; in outc()
370 n = widthc - widthl; in outc()
391 if (smart && (widthl == 1) && (widthc == 1)) { in outc()
424 if ((widthl == 1) && (widthc == 1)) { in outc()
441 width = (widthc > widthl) ? widthc : widthl; in outc()