Lines Matching defs:cw
290 static void addstr_linebuf(constant char *s, int attr, int cw)
293 add_linebuf(*s, attr, cw);
1336 int cw = 0;
1357 cw = strlen(prchar(ch));
1359 cw = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
1363 cw = strlen(prchar(ch));
1365 cw = tab_spaces(col);
1368 cw = strlen(prchar(ch));
1378 cw = strlen(prutfchar(wch));
1380 cw = pwidth(wch, attr, prev_ch, attr);
1390 if (cp->col >= 0 && col >= cp->col && cw > 0) /* found the column we want */
1392 col += cw;