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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dgetsyx.c73 *yp = _virtscr->_cury - SP->Yabove;
H A Dsetsyx.c64 _virtscr->_cury = y + SP->Yabove;
H A Dripoffline.c84 SP->Yabove++;
H A Dmakenew.c101 win->_clear = (((begy + SP->Yabove + begx) == 0) &&
102 (nlines >= (LINES + SP->Yabove)) && (ncols >= COLS));
H A Dquick_echo.c66 (SPy > ((LINES + SP->Yabove) - 1)) || (SPx > (COLS - 1)) ||
H A Dnewwin.c79 win->_yoffset = SP->Yabove;
H A Dcurshdr.h134 short Yabove; /* How many lines are above stdscr */ member in struct:screen
H A Dwnoutref.c65 sminy = SP->Yabove;

Completed in 33 milliseconds