Home | History | Annotate | Download | only in libcurses

Lines Matching refs:__ISDIRTY

194 				if (sub_win->alines[sy]->flags & __ISDIRTY) {
196 |= __ISDIRTY;
198 &= ~__ISDIRTY;
259 if (((wlp->flags & (__ISDIRTY | __ISFORCED)) == 0) &&
260 ((dwlp->flags & (__ISDIRTY | __ISFORCED)) == 0))
392 if (wlp->flags & __ISDIRTY)
393 vlp->flags |= __ISDIRTY;
424 vlp->flags |= __ISDIRTY;
432 vlp->flags |= __ISDIRTY;
458 wlp->flags &= ~(__ISDIRTY | __ISFORCED);
572 if (wlp->flags & __ISDIRTY)
613 if (win->alines[wy]->flags & __ISDIRTY)
704 if (wlp->flags & __ISDIRTY || wlp->flags & __ISFORCED) {
730 wlp->flags &= ~(__ISDIRTY | __ISFORCED);
1568 if (__virtscr->alines[top]->flags & __ISDIRTY &&
1575 __virtscr->alines[top]->flags &= ~__ISDIRTY;
1581 if (__virtscr->alines[bot]->flags & __ISDIRTY &&
1588 __virtscr->alines[bot]->flags &= ~__ISDIRTY;
1794 __virtscr->alines[target]->flags &= ~__ISDIRTY;