Lines Matching defs:pcw
138 int width, len, lx, sx, x, y, tx, ty, cw, pcw, newx, tn, w;
286 pcw = start->wcols;
287 if (pcw < 0) {
288 sx += pcw;
289 start += pcw;
292 pcw = start->wcols;
315 if (sx + width + pcw <= win->maxx) {
319 pcw = (temp2 + 1)->wcols;
320 if (pcw < 0) {
323 win->maxx + pcw, win->maxx - 1);
324 temp2 += pcw;