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

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c74 for (row = w->_top; row < w->_bottom; row++) {
75 if (row < w->_bottom - n) {
99 w->_bottom -1, w->_maxx - 1);
115 to = w->_bottom;
117 start = w->_bottom + n;
118 finish = w->_bottom - 1;
131 w->_top == 0 && w->_bottom == w->_maxy)
H A Dscrreg.c57 /* Set _top (inclusive) to _bottom (exclusive). */
59 stdscr->_bottom = (short) bottom + 1;
H A Dwscrreg.c55 /* Set _top (inclusive) to _bottom (exclusive). */
57 w->_bottom = (short) bottom + 1;
H A Ddupwin.c67 v->_bottom = w->_bottom;
H A Dwinsdel.c99 w->_bottom == w->_maxy)
H A Dgetwin.c98 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags,
175 w->_maxy, w->_maxx, w->_begy, w->_begx, w->_top, w->_bottom);
H A Dnewwin.c184 w->_bottom = (short) nlines;
H A Dm_cc.c591 if (y == w->_bottom) {
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dscrreg.c57 /* Set _top (inclusive) to _bottom (exclusive). */
59 stdscr->_bottom = bottom + 1;
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 Dwscrreg.c58 /* Set _top (inclusive) to _bottom (exclusive). */
60 w->_bottom = bottom + 1;
H A Ddupwin.c70 v->_bottom = w->_bottom;
H A Dwinsdel.c102 && w->_top == 0 && w->_bottom == w->_maxy)
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 Dnewwin.c179 w->_bottom = (short) nlines;
H A Dm_cc.c574 if (y == w->_bottom) {
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h148 short _top, _bottom; /* Window's software scroll region. */ member in struct:window_t
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h147 short _top, _bottom; /* Window's software scroll region. */ member in struct:window_t

Completed in 73 milliseconds