Home
last modified time | relevance | path

Searched refs:_VIRTTOP (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dwnoutref.c120 _VIRTTOP = scrli; in wnoutrefresh()
183 if ((y + yorg) < _VIRTTOP) in wnoutrefresh()
184 _VIRTTOP = y+yorg; in wnoutrefresh()
H A Dscr_reset.c282 _VIRTTOP = 0; in scr_reset()
287 _VIRTTOP = curscr->_maxy; in scr_reset()
H A Dinit_pair.c105 _VIRTTOP = top; in init_pair()
H A Dwrefresh.c194 _VIRTTOP = 0; in wrefresh()
208 wy = _VIRTTOP; in wrefresh()
221 _VIRTTOP = (short) wy; in wrefresh()
278 _VIRTTOP = scrli; in wrefresh()
H A Dcurshdr.h234 #define _VIRTTOP _virtscr->_parx macro