Home
last modified time | relevance | path

Searched refs:_bottom (Results 1 – 18 of 18) 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()
73 if (row < w->_bottom - n) { in wscrl()
97 w->_bottom -1, w->_maxx - 1); in wscrl()
113 to = w->_bottom; in wscrl()
115 start = w->_bottom + n; in wscrl()
116 finish = w->_bottom - 1; in wscrl()
129 w->_top == 0 && w->_bottom == w->_maxy) in wscrl()
H A Ddupwin.c65 v->_bottom = w->_bottom; 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.c57 stdscr->_bottom = (short) bottom + 1; in setscrreg()
H A Dwscrreg.c55 w->_bottom = (short) bottom + 1; in wsetscrreg()
H A Dwinsdel.c97 w->_bottom == w->_maxy) in winsdelln()
H A Dnewwin.c182 w->_bottom = (short) nlines; in __m_newwin()
H A Dm_cc.c589 if (y == w->_bottom) { in __m_do_scroll()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrl.c70 to = w->_bottom;
72 start = w->_bottom + n;
73 finish = w->_bottom - 1;
85 && w->_top == 0 && w->_bottom == w->_maxy)
H A Ddupwin.c68 v->_bottom = w->_bottom;
H A Dscrreg.c57 stdscr->_bottom = bottom + 1;
H A Dwscrreg.c58 w->_bottom = bottom + 1;
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 Dwinsdel.c100 && w->_top == 0 && w->_bottom == w->_maxy)
H A Dnewwin.c177 w->_bottom = (short) nlines;
H A Dm_cc.c572 if (y == w->_bottom) { in __m_do_scroll()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h146 short _top, _bottom; /* Window's software scroll region. */ member
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h145 short _top, _bottom; /* Window's software scroll region. */ member