Searched refs:widthc (Results 1 – 1 of 1) sorted by relevance
301 int width, widthl, widthc; in outc() local353 widthc = wcscrwidth(c); 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()446 wsinsert(line, width + (width - widthc + 1)); in outc()[all …]