Searched refs:_regtop (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/lib/libcurses/base/ |
| D | wresize.c | 92 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()
|
| D | lib_scrreg.c | 57 win->_regtop = (NCURSES_SIZE_T) top; in NCURSES_EXPORT()
|
| D | lib_window.c | 240 nwin->_regtop = win->_regtop; in dupwin()
|
| D | lib_scroll.c | 151 _nc_scroll_window(win, n, win->_regtop, win->_regbottom, win->_nc_bkgd); in wscrl()
|
| D | lib_screen.c | 147 DATA(_regtop, pSIZE), 587 nwin->_regtop = tmp._regtop; in NCURSES_SP_NAME()
|
| D | lib_newwin.c | 329 win->_regtop = 0; in NCURSES_SP_NAME()
|
| D | lib_addch.c | 127 if (*ypos >= win->_regtop && *ypos <= win->_regbottom) { in newline_forces_scroll()
|
| /openbsd/src/lib/libcurses/widechar/ |
| D | lib_add_wch.c | 124 if (*ypos >= win->_regtop && *ypos == win->_regbottom) { in newline_forces_scroll()
|
| /openbsd/src/lib/libcurses/ |
| D | curses.h | 522 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…
|