Searched refs:_top (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wscrl.c | 74 for (row = w->_top; row < w->_bottom; row++) { in wscrl() 113 start = w->_top; in wscrl() 114 finish = w->_top + n - 1; in wscrl() 119 to = w->_top; in wscrl() 131 w->_top == 0 && w->_bottom == w->_maxy) in wscrl()
|
H A D | dupwin.c | 66 v->_top = w->_top; in dupwin()
|
H A D | scrreg.c | 58 stdscr->_top = (short) top; in setscrreg()
|
H A D | wscrreg.c | 56 w->_top = (short) top; in wsetscrreg()
|
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 | 98 (w->_flags & W_FULL_WINDOW) && w->_top == 0 && in winsdelln()
|
H A D | newwin.c | 183 w->_top = 0; in __m_newwin()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wscrl.c | 70 start = w->_top; 71 finish = w->_top + n - 1; 76 to = w->_top; 87 && w->_top == 0 && w->_bottom == w->_maxy)
|
H A D | dupwin.c | 69 v->_top = w->_top;
|
H A D | scrreg.c | 58 stdscr->_top = top;
|
H A D | wscrreg.c | 59 w->_top = top;
|
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 | 178 w->_top = 0;
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 148 short _top, _bottom; /* Window's software scroll region. */ member
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 147 short _top, _bottom; /* Window's software scroll region. */ member
|