Home
last modified time | relevance | path

Searched refs:_bottom (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c74 for (row = w->_top; row < w->_bottom; row++) { in wscrl()
75 if (row < w->_bottom - n) { in wscrl()
99 w->_bottom -1, w->_maxx - 1); in wscrl()
115 to = w->_bottom; in wscrl()
117 start = w->_bottom + n; in wscrl()
118 finish = w->_bottom - 1; in wscrl()
131 w->_top == 0 && w->_bottom == w->_maxy) in wscrl()
H A Ddupwin.c67 v->_bottom = w->_bottom; in dupwin()
H A Dwscrreg.c57 w->_bottom = (short) bottom + 1; in wsetscrreg()
H A Dscrreg.c59 stdscr->_bottom = (short) bottom + 1; in setscrreg()
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.c99 w->_bottom == w->_maxy) in winsdelln()
H A Dnewwin.c184 w->_bottom = (short) nlines; in __m_newwin()
H A Dm_cc.c591 if (y == w->_bottom) { in __m_do_scroll()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrl.c72 to = w->_bottom;
74 start = w->_bottom + n;
75 finish = w->_bottom - 1;
87 && w->_top == 0 && w->_bottom == w->_maxy)
H A Ddupwin.c70 v->_bottom = w->_bottom;
H A Dscrreg.c59 stdscr->_bottom = bottom + 1;
H A Dwscrreg.c60 w->_bottom = bottom + 1;
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.c179 w->_bottom = (short) nlines;
H A Dm_cc.c574 if (y == w->_bottom) { in __m_do_scroll()
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h147 short _top, _bottom; /* Window's software scroll region. */ member
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h148 short _top, _bottom; /* Window's software scroll region. */ member