Lines Matching defs:widthc
301 int width, widthl, widthc;
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 : widthl;
446 wsinsert(line, width + (width - widthc + 1));
453 for (i = widthc; i < width; i++) {