Lines Matching refs:_virtscr
98 if (!curwin && (win != _virtscr)) in wrefresh()
109 _virtscr->_clear = TRUE; in wrefresh()
161 if (_virtscr->_clear) { in wrefresh()
188 _virtscr->_clear = curscr->_sync = curscr->_clear = FALSE; in wrefresh()
193 (void) wtouchln(_virtscr, 0, scrli, -1); in wrefresh()
207 _virtscr->_clear = FALSE; in wrefresh()
210 bnsch = _virtscr->_firstch + wy; in wrefresh()
211 ensch = _virtscr->_lastch + wy; in wrefresh()
230 if (_virtscr->_use_idl) in wrefresh()
261 wy = _virtscr->_cury; in wrefresh()
262 wx = _virtscr->_curx; in wrefresh()
273 _virtscr->_use_idl = FALSE; in wrefresh()
274 _virtscr->_use_idc = TRUE; in wrefresh()
309 return (_virtscr->_y[wy]); in _shove()
313 wcp = _virtscr->_y[wy]; in _shove()
314 curx = _virtscr->_curx; in _shove()
315 cury = _virtscr->_cury; in _shove()
350 _virtscr->_curx = curx >= scrco ? scrco - 1 : curx; in _shove()
377 redraw = (_virtscr->_firstch[wy] == _REDRAW); in _updateln()
382 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco)) in _updateln()
386 wcp = magic_cookie_glitch <= 0 ? _virtscr->_y[wy] : _shove(wy); in _updateln()
394 wx = _virtscr->_firstch[wy]; in _updateln()
395 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco : in _updateln()
396 _virtscr->_lastch[wy] + 1; in _updateln()
434 if (_virtscr->_lastch[wy] == _BLANK) in _updateln()
492 if (redraw || (!SP->dchok && !SP->ichok) || !(_virtscr->_use_idc) || in _updateln()
679 _VIDS(_VIDEO(_virtscr->_y[wy] in _updateln()
681 _VIDEO(_virtscr->_y[wy] in _updateln()
699 _VIDS(_COLOR(_virtscr->_y[wy] in _updateln()
701 _COLOR(_virtscr->_y[wy] in _updateln()
1043 chtype *wcp = _virtscr->_y[cy]; in _rmargin()
1152 begch = _virtscr->_firstch + wy; in _getceod()
1153 endch = _virtscr->_lastch + wy; in _getceod()
1160 wcp = _virtscr->_y[wy]; in _getceod()
1182 begch = _virtscr->_firstch + topy; in _useceod()
1232 (void) wtouchln(_virtscr, topy, scrli, FALSE); in _useceod()