Lines Matching refs:_virtscr

96 	if (!curwin && (win != _virtscr))  in wrefresh()
107 _virtscr->_clear = TRUE; in wrefresh()
159 if (_virtscr->_clear) { in wrefresh()
186 _virtscr->_clear = curscr->_sync = curscr->_clear = FALSE; in wrefresh()
191 (void) wtouchln(_virtscr, 0, scrli, -1); in wrefresh()
205 _virtscr->_clear = FALSE; in wrefresh()
208 bnsch = _virtscr->_firstch + wy; in wrefresh()
209 ensch = _virtscr->_lastch + wy; in wrefresh()
228 if (_virtscr->_use_idl) in wrefresh()
259 wy = _virtscr->_cury; in wrefresh()
260 wx = _virtscr->_curx; in wrefresh()
271 _virtscr->_use_idl = FALSE; in wrefresh()
272 _virtscr->_use_idc = TRUE; in wrefresh()
306 return (_virtscr->_y[wy]); in _shove()
310 wcp = _virtscr->_y[wy]; in _shove()
311 curx = _virtscr->_curx; in _shove()
312 cury = _virtscr->_cury; in _shove()
347 _virtscr->_curx = curx >= scrco ? scrco - 1 : curx; in _shove()
374 redraw = (_virtscr->_firstch[wy] == _REDRAW); in _updateln()
379 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco)) in _updateln()
383 wcp = magic_cookie_glitch <= 0 ? _virtscr->_y[wy] : _shove(wy); in _updateln()
391 wx = _virtscr->_firstch[wy]; in _updateln()
392 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco : in _updateln()
393 _virtscr->_lastch[wy] + 1; in _updateln()
431 if (_virtscr->_lastch[wy] == _BLANK) in _updateln()
489 if (redraw || (!SP->dchok && !SP->ichok) || !(_virtscr->_use_idc) || in _updateln()
682 _VIDS(_VIDEO(_virtscr->_y[wy] in _updateln()
684 _VIDEO(_virtscr->_y[wy] in _updateln()
702 _VIDS(_COLOR(_virtscr->_y[wy] in _updateln()
704 _COLOR(_virtscr->_y[wy] in _updateln()
1046 chtype *wcp = _virtscr->_y[cy]; in _rmargin()
1155 begch = _virtscr->_firstch + wy; in _getceod()
1156 endch = _virtscr->_lastch + wy; in _getceod()
1163 wcp = _virtscr->_y[wy]; in _getceod()
1185 begch = _virtscr->_firstch + topy; in _useceod()
1237 (void) wtouchln(_virtscr, topy, scrli, FALSE); in _useceod()