Lines Matching defs:maxy
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);
130 if (pmaxy > pad->maxy - pad->begy)
131 pmaxy = pad->maxy - pad->begy;
147 * (begy, begx) to (maxy, maxx) at screen position (wbegy, wbegx).
151 int maxy, int maxx)
167 begy, begx, wbegy, wbegx, maxy, maxx);
193 for (sy = 0; sy < sub_win->maxy; sy++) {
213 if (begy <= dwin->cury && dwin->cury < maxy
214 && 0 <= newy && newy < screen->__virtscr->maxy)
230 endy = begy + maxy;
232 endy = maxy;
235 y_off < screen->__virtscr->maxy; wy++, y_off++, dy_off++)
492 win->maxy, win->maxx);
570 for (wy = 0; wy < win->maxy; wy++) {
612 for (wy = 0, dnum = 0; wy < win->maxy; wy++)
615 if (!__noqch && dnum > (int) win->maxy / 4)
628 for (i = 0; i < curscr->maxy; i++) {
695 for (wy = 0; wy < win->maxy; wy++) {
795 for (i = 0; i < curscr->maxy; i++) {
1365 if (((wy == win->maxy - 1) ||
1409 wy == win->maxy - 1 && !_cursesi_screen->curwin)
1429 (int)(win->maxy - 1),
1432 _cursesi_screen->ly = win->maxy - 1;
1436 if (wx + chw < win->maxx || wy < win->maxy - 1 ||
1553 #define THRESH (int) __virtscr->maxy / 4
1567 for (top = 0; top < __virtscr->maxy; top++) {
1580 for (bot = __virtscr->maxy - 1; bot >= 0; bot--) {
1598 __virtscr->maxy - 1)]->line[0].attr & __COLOR;
1616 if (bot < __virtscr->maxy - 1)
1682 for (i = 0; i < curscr->maxy; i++) {
1837 for (i = 0; i < curscr->maxy; i++) {
1894 top > 3 || bot + 3 < __virtscr->maxy) &&
1909 0, (int)__virtscr->maxy - 1), 0, __cputchar);
1964 bot + 3 < __virtscr->maxy) && scroll_reverse != NULL)))
1979 0, (int) __virtscr->maxy - 1), 0, __cputchar);
1988 if (parm_rindex != NULL && bot == __virtscr->maxy)
2001 bot == __virtscr->maxy)