Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c72 for (row = w->_top; row < w->_bottom; row++) { in wscrl()
111 start = w->_top; in wscrl()
112 finish = w->_top + n - 1; in wscrl()
117 to = w->_top; in wscrl()
129 w->_top == 0 && w->_bottom == w->_maxy) in wscrl()
H A Ddupwin.c64 v->_top = w->_top; in dupwin()
H A Dgetwin.c96 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, in getwin()
173 w->_maxy, w->_maxx, w->_begy, w->_begx, w->_top, w->_bottom); in putwin()
H A Dscrreg.c56 stdscr->_top = (short) top; in setscrreg()
H A Dwscrreg.c54 w->_top = (short) top; in wsetscrreg()
H A Dwinsdel.c96 (w->_flags & W_FULL_WINDOW) && w->_top == 0 && in winsdelln()
H A Dnewwin.c181 w->_top = 0; in __m_newwin()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrl.c68 start = w->_top;
69 finish = w->_top + n - 1;
74 to = w->_top;
85 && w->_top == 0 && w->_bottom == w->_maxy)
H A Ddupwin.c67 v->_top = w->_top;
H A Dscrreg.c56 stdscr->_top = top;
H A Dgetwin.c98 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags,
185 w->_maxy, w->_maxx, w->_begy, w->_begx, w->_top, w->_bottom
H A Dwscrreg.c57 w->_top = top;
H A Dwinsdel.c100 && w->_top == 0 && w->_bottom == w->_maxy)
H A Dnewwin.c176 w->_top = 0;
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h145 short _top, _bottom; /* Window's software scroll region. */ member
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h146 short _top, _bottom; /* Window's software scroll region. */ member