Searched refs:_bottom (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wscrl.c | 74 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 D | dupwin.c | 67 v->_bottom = w->_bottom; in dupwin()
|
H A D | wscrreg.c | 57 w->_bottom = (short) bottom + 1; in wsetscrreg()
|
H A D | scrreg.c | 59 stdscr->_bottom = (short) bottom + 1; in setscrreg()
|
H A D | getwin.c | 98 &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 D | winsdel.c | 99 w->_bottom == w->_maxy) in winsdelln()
|
H A D | newwin.c | 184 w->_bottom = (short) nlines; in __m_newwin()
|
H A D | m_cc.c | 591 if (y == w->_bottom) { in __m_do_scroll()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
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 | dupwin.c | 70 v->_bottom = w->_bottom;
|
H A D | scrreg.c | 59 stdscr->_bottom = bottom + 1;
|
H A D | wscrreg.c | 60 w->_bottom = bottom + 1;
|
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 | winsdel.c | 102 && w->_top == 0 && w->_bottom == w->_maxy)
|
H A D | newwin.c | 179 w->_bottom = (short) nlines;
|
H A D | m_cc.c | 574 if (y == w->_bottom) { in __m_do_scroll()
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 147 short _top, _bottom; /* Window's software scroll region. */ member
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 148 short _top, _bottom; /* Window's software scroll region. */ member
|