Lines Matching defs:maxx

89 	    "wnoutrefresh: win %p, begy %d, begx %d, maxy %d, maxx %d\n",
90 win, win->begy, win->begx, win->maxy, win->maxx);
93 win->maxy, win->maxx);
132 if (pmaxx > pad->maxx - pad->begx)
133 pmaxx = pad->maxx - pad->begx;
147 * (begy, begx) to (maxy, maxx) at screen position (wbegy, wbegx).
151 int maxy, int maxx)
167 begy, begx, wbegy, wbegx, maxy, maxx);
216 if (begx <= dwin->curx && dwin->curx < maxx
217 && 0 <= newx && newx < screen->__virtscr->maxx)
256 "_wnoutrefresh: %s maxx %d\tch_off %d wlp %p\n",
257 _wintype, dwin->maxx, dwin->ch_off, wlp);
269 if ((*wlp->firstchp < maxx + swin->ch_off &&
272 (*dwlp->firstchp < dwin->maxx + dwin->ch_off &&
284 mx = wx + maxx;
290 mx = maxx;
293 if (x_off + (mx - wx) > screen->__virtscr->maxx)
294 mx -= (x_off + maxx) -
295 screen->__virtscr->maxx;
449 *wlp->firstchp = maxx + win->ch_off;
450 if (*wlp->lastchp < maxx + win->ch_off)
453 (*wlp->firstchp >= maxx + win->ch_off) ||
492 win->maxy, win->maxx);
573 wlp->hash = __hash_line(wlp->line, win->maxx);
632 for (j = 0; j < curscr->maxx; j++)
637 for (j = 0; j < curscr->maxx; j++)
643 for (j = 0; j < curscr->maxx; j++)
649 for (j = 0; j < curscr->maxx; j++)
659 for (j = 0; j < win->maxx; j++)
664 for (j = 0; j < win->maxx; j++)
670 for (j = 0; j < win->maxx; j++)
675 for (j = 0; j < win->maxx; j++)
680 for (j = 0; j < curscr->maxx; j++)
685 for (j = 0; j < curscr->maxx; j++)
724 *wlp->firstchp = win->maxx;
725 if (*wlp->lastchp < win->maxx)
755 *vlp->firstchp = _cursesi_screen->__virtscr->maxx;
756 if (*vlp->lastchp <= _cursesi_screen->__virtscr->maxx)
796 for (j = 0; j < curscr->maxx; j++)
1186 for (x = 0; x < curscr->maxx; x++) {
1213 if (wx >= win->maxx)
1219 if (lch >= (int) win->maxx)
1220 lch = win->maxx - 1;
1258 nlsp = win->maxx - 1;
1259 cp = &win->alines[wy]->line[win->maxx - 1];
1338 cep = &win->alines[wy]->line[win->maxx - 1];
1343 mlsp = &win->alines[wy]->line[win->maxx - 1]
1382 while (wx++ <= (curscr->maxx - 1)) {
1408 if (wx + chw >= (win->maxx) &&
1426 if (wx + chw < curscr->maxx) {
1430 (int)(win->maxx - 1));
1433 _cursesi_screen->lx = win->maxx - 1;
1436 if (wx + chw < win->maxx || wy < win->maxy - 1 ||
1474 if (wx >= win->maxx) {
1479 (int)(win->maxx - 1));
1480 _cursesi_screen->lx = win->maxx - 1;
1494 for (x = 0; x < curscr->maxx; x++) {
1572 (size_t) __virtscr->maxx))) {
1585 (size_t) __virtscr->maxx))) {
1601 bcolor = __virtscr->alines[i]->line[__virtscr->maxx].
1649 (size_t) __virtscr->maxx)) {
1685 for (j = 0; j < curscr->maxx; j++)
1690 for (j = 0; j < curscr->maxx; j++)
1699 for (j = 0; j < __virtscr->maxx; j++)
1704 for (j = 0; j < __virtscr->maxx; j++)
1732 if (__virtscr->maxx != last_hash_len) {
1734 for (i = __virtscr->maxx; i > BLANKSIZE; i -= BLANKSIZE) {
1740 last_hash_len = __virtscr->maxx;
1801 (__virtscr->maxx - 1)) ||
1804 for (i = __virtscr->maxx;
1815 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
1819 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
1824 (int)__virtscr->maxx - 1);
1839 for (j = 0; j < curscr->maxx; j++)
1844 for (j = 0; j < __virtscr->maxx; j++)