Home
last modified time | relevance | path

Searched refs:Yabove (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmakenew.c99 win->_clear = (((begy + SP->Yabove + begx) == 0) && in _makenew()
100 (nlines >= (LINES + SP->Yabove)) && (ncols >= COLS)); in _makenew()
H A Dgetsyx.c71 *yp = _virtscr->_cury - SP->Yabove; in _getsyx()
H A Dsetsyx.c62 _virtscr->_cury = y + SP->Yabove; in setsyx()
H A Dripoffline.c82 SP->Yabove++; in _init_rip_func()
H A Dquick_echo.c64 (SPy > ((LINES + SP->Yabove) - 1)) || (SPx > (COLS - 1)) || in _quick_echo()
H A Dnewwin.c77 win->_yoffset = SP->Yabove; in newwin()
H A Dwnoutref.c63 sminy = SP->Yabove; in wnoutrefresh()
H A Dcurshdr.h132 short Yabove; /* How many lines are above stdscr */ member