Home | History | Annotate | Download | only in include

Lines Matching refs:_maxx

395 	NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
1105 #define getmaxx(win) ((win) ? ((win)->_maxx + 1) : ERR)