Home | History | Annotate | Download | only in include

Lines Matching refs:_maxy

370 	NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
953 #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR)
989 #define redrawwin(win) wredrawln(win, 0, (win)->_maxy+1)