Searched refs:_BLANK (Results 1 – 2 of 2) sorted by relevance
379 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco)) in _updateln()392 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco : in _updateln()431 if (_virtscr->_lastch[wy] == _BLANK) in _updateln()1160 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco)) in _getceod()1171 *endch = _BLANK; in _getceod()
50 #define _BLANK (-3) /* if line is blank */ macro