Home
last modified time | relevance | path

Searched refs:_topstolen (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c699 sp->_topstolen = (NCURSES_SIZE_T) (sp->_topstolen + count); in NCURSES_SP_NAME()
709 assert((sp->_lines_avail + sp->_topstolen + bottom_stolen) == slines); in NCURSES_SP_NAME()
H A Dlib_newwin.c305 win->_yoffset = SP_PARM->_topstolen; in NCURSES_SP_NAME()
H A Dresizeterm.c219 int bottom = CurLines + _nc_screen_of(win)->_topstolen - stolen; in adjust_window()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1127 NCURSES_SIZE_T _topstolen; /* lines stolen from top */ member