Searched refs:_bottom (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wscrl.c | 74 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 D | scrreg.c | 57 /* Set _top (inclusive) to _bottom (exclusive). */ 59 stdscr->_bottom = (short) bottom + 1;
|
H A D | wscrreg.c | 55 /* Set _top (inclusive) to _bottom (exclusive). */ 57 w->_bottom = (short) bottom + 1;
|
H A D | dupwin.c | 67 v->_bottom = w->_bottom;
|
H A D | winsdel.c | 99 w->_bottom == w->_maxy)
|
H A D | getwin.c | 98 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, 175 w->_maxy, w->_maxx, w->_begy, w->_begx, w->_top, w->_bottom);
|
H A D | newwin.c | 184 w->_bottom = (short) nlines;
|
H A D | m_cc.c | 591 if (y == w->_bottom) {
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | scrreg.c | 57 /* Set _top (inclusive) to _bottom (exclusive). */ 59 stdscr->_bottom = bottom + 1;
|
H A D | wscrl.c | 72 to = w->_bottom; 74 start = w->_bottom + n; 75 finish = w->_bottom - 1; 87 && w->_top == 0 && w->_bottom == w->_maxy)
|
H A D | wscrreg.c | 58 /* Set _top (inclusive) to _bottom (exclusive). */ 60 w->_bottom = bottom + 1;
|
H A D | dupwin.c | 70 v->_bottom = w->_bottom;
|
H A D | winsdel.c | 102 && w->_top == 0 && w->_bottom == w->_maxy)
|
H A D | getwin.c | 100 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, 187 w->_maxy, w->_maxx, w->_begy, w->_begx, w->_top, w->_bottom
|
H A D | newwin.c | 179 w->_bottom = (short) nlines;
|
H A D | m_cc.c | 574 if (y == w->_bottom) {
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 148 short _top, _bottom; /* Window's software scroll region. */ member in struct:window_t
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 147 short _top, _bottom; /* Window's software scroll region. */ member in struct:window_t
|
Completed in 72 milliseconds