Home | History | Annotate | Download | only in include

Lines Matching refs:NCURSES_SIZE_T

115 #undef	NCURSES_SIZE_T
116 #define NCURSES_SIZE_T short
367 NCURSES_SIZE_T _cury, _curx; /* current cursor position */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
371 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
394 NCURSES_SIZE_T _regtop; /* top line of scrolling region */
395 NCURSES_SIZE_T _regbottom; /* bottom line of scrolling region */
405 NCURSES_SIZE_T _pad_y, _pad_x;
406 NCURSES_SIZE_T _pad_top, _pad_left;
407 NCURSES_SIZE_T _pad_bottom, _pad_right;
410 NCURSES_SIZE_T _yoffset; /* real begy is _begy + _yoffset */