Lines Matching defs:width
712 int width;716 len = width = 1;717 else if ((width = utf_wcwidth(wc)) < 0)719 width = 1;723 return (width);729 size_t len, width = 0;740 width += 1;743 width += cw;745 return (width);1218 /* Unix column width of a wide character (UCS code point, really) */