Home | History | Annotate | Download | only in include

Lines Matching refs:_regtop

394 	NCURSES_SIZE_T _regtop;	/* top line of scrolling region */
1155 #define wgetscrreg(win,t,b) ((win) ? (*(t) = (win)->_regtop, *(b) = (win)->_regbottom, OK) : ERR)