Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwnoutref.c118 _VIRTTOP = scrli; in wnoutrefresh()
181 if ((y + yorg) < _VIRTTOP) in wnoutrefresh()
182 _VIRTTOP = y+yorg; in wnoutrefresh()
H A Dscr_reset.c280 _VIRTTOP = 0; in scr_reset()
285 _VIRTTOP = curscr->_maxy; in scr_reset()
H A Dinit_pair.c103 _VIRTTOP = top; in init_pair()
H A Dwrefresh.c192 _VIRTTOP = 0; in wrefresh()
206 wy = _VIRTTOP; in wrefresh()
219 _VIRTTOP = (short)wy; in wrefresh()
276 _VIRTTOP = scrli; in wrefresh()
H A Dcurshdr.h232 #define _VIRTTOP _virtscr->_parx macro