Home
last modified time | relevance | path

Searched refs:_REDRAW (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwnoutref.c128 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch; in wnoutrefresh()
129 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; in wnoutrefresh()
173 if (*bch == _REDRAW || *sbch == _REDRAW) in wnoutrefresh()
174 *sbch = _REDRAW; in wnoutrefresh()
H A Dwredrawln.c72 *firstch++ = _REDRAW; in wredrawln()
H A Dwtouchln.c80 if (changed == -1 || *firstch != _REDRAW) in wtouchln()
H A Dcurshdr.h49 #define _REDRAW (-2) /* if line need redrawn */ macro
H A Dwrefresh.c374 redraw = (_virtscr->_firstch[wy] == _REDRAW); in _updateln()
1188 if (*begns < scrco || *begch == _REDRAW) in _useceod()