Home
last modified time | relevance | path

Searched refs:_BLANK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c379 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()
H A Dcurshdr.h50 #define _BLANK (-3) /* if line is blank */ macro