Home | History | Annotate | Download | only in libcurses

Lines Matching defs:cw

90 	int cw, pcw, x, y, sx, ex, newx, i;
100 cw = wcwidth(wch->vals[0]);
101 __CTRACE(__CTRACE_INPUT, "wins_wch: wcwidth %d\n", cw);
102 if (cw < 0)
103 cw = 1;
104 if (!cw)
145 if (cw > win->maxx - sx)
155 temp2 = temp1 - cw;
160 while (temp1 > temp2 + cw) {
187 start->wcols = cw;
202 while (ex - x < cw) {