Home | History | Annotate | Download | only in libcurses

Lines Matching defs:chw

1150 	int	lch, wx, owx, chw;
1401 chw = nsp->wcols;
1402 if (chw < 0)
1403 chw = 0; /* match putch() */
1405 chw = 1;
1408 if (wx + chw >= (win->maxx) &&
1426 if (wx + chw < curscr->maxx) {
1436 if (wx + chw < win->maxx || wy < win->maxy - 1 ||
1445 wx += chw;
1446 nsp += chw;
1448 csp += chw;