Lines Matching refs:widthc
299 int width, widthl, widthc; in outc() local
351 widthc = wcscrwidth(c); 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()
444 wsinsert(line, width + (width - widthc + 1)); in outc()
451 for (i = widthc; i < width; i++) { in outc()