Home
last modified time | relevance | path

Searched refs:_top (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c74 for (row = w->_top; row < w->_bottom; row++) { in wscrl()
113 start = w->_top; in wscrl()
114 finish = w->_top + n - 1; in wscrl()
119 to = w->_top; in wscrl()
131 w->_top == 0 && w->_bottom == w->_maxy) in wscrl()
H A Ddupwin.c66 v->_top = w->_top; in dupwin()
H A Dscrreg.c58 stdscr->_top = (short) top; in setscrreg()
H A Dwscrreg.c56 w->_top = (short) top; in wsetscrreg()
H A Dgetwin.c98 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, in getwin()
175 w->_maxy, w->_maxx, w->_begy, w->_begx, w->_top, w->_bottom); in putwin()
H A Dwinsdel.c98 (w->_flags & W_FULL_WINDOW) && w->_top == 0 && in winsdelln()
H A Dnewwin.c183 w->_top = 0; in __m_newwin()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrl.c70 start = w->_top;
71 finish = w->_top + n - 1;
76 to = w->_top;
87 && w->_top == 0 && w->_bottom == w->_maxy)
H A Ddupwin.c69 v->_top = w->_top;
H A Dscrreg.c58 stdscr->_top = top;
H A Dwscrreg.c59 w->_top = top;
H A Dgetwin.c100 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags,
187 w->_maxy, w->_maxx, w->_begy, w->_begx, w->_top, w->_bottom
H A Dwinsdel.c102 && w->_top == 0 && w->_bottom == w->_maxy)
H A Dnewwin.c178 w->_top = 0;
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h148 short _top, _bottom; /* Window's software scroll region. */ member
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h147 short _top, _bottom; /* Window's software scroll region. */ member