Home
last modified time | relevance | path

Searched refs:_regtop (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/lib/libcurses/base/
Dwresize.c92 REPAIR3(_regtop, _maxy); in repair_subwindows()
122 (long) win->_regtop, (long) win->_regbottom)); in wresize()
251 if (win->_regtop > win->_maxy) in wresize()
252 win->_regtop = win->_maxy; in wresize()
272 (long) win->_regtop, (long) win->_regbottom)); in wresize()
Dlib_scrreg.c57 win->_regtop = (NCURSES_SIZE_T) top; in NCURSES_EXPORT()
Dlib_window.c240 nwin->_regtop = win->_regtop; in dupwin()
Dlib_scroll.c151 _nc_scroll_window(win, n, win->_regtop, win->_regbottom, win->_nc_bkgd); in wscrl()
Dlib_screen.c147 DATA(_regtop, pSIZE),
587 nwin->_regtop = tmp._regtop; in NCURSES_SP_NAME()
Dlib_newwin.c329 win->_regtop = 0; in NCURSES_SP_NAME()
Dlib_addch.c127 if (*ypos >= win->_regtop && *ypos <= win->_regbottom) { in newline_forces_scroll()
/openbsd/src/lib/libcurses/widechar/
Dlib_add_wch.c124 if (*ypos >= win->_regtop && *ypos == win->_regbottom) { in newline_forces_scroll()
/openbsd/src/lib/libcurses/
Dcurses.h522 NCURSES_SIZE_T _regtop; /* top line of scrolling region */ member
1448 #define wgetscrreg(win,t,b) (NCURSES_OK_ADDR(win) ? (*(t) = (win)->_regtop, *(b) = (win)->_regbotto…