Searched refs:_BLANK (Results 1 – 2 of 2) sorted by relevance
382 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco)) in _updateln()395 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco : in _updateln()434 if (_virtscr->_lastch[wy] == _BLANK) in _updateln()1157 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco)) in _getceod()1168 *endch = _BLANK; in _getceod()
52 #define _BLANK (-3) /* if line is blank */ macro