HomeSort by: relevance | last modified time | path
    Searched refs:__CLEAROK (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libcurses/
clearok.c 51 win->flags |= __CLEAROK;
53 win->flags &= ~__CLEAROK;
clear.c 69 win->flags |= __CLEAROK;
curses_private.h 117 #define __CLEAROK 0x00000040 /* Clear on next refresh. */
refresh.c 221 if (dwin->flags & __CLEAROK) {
223 screen->__virtscr->flags |= __CLEAROK;
224 dwin->flags &= ~__CLEAROK;
578 if ((win->flags & __CLEAROK) || (curscr->flags & __CLEAROK) ||
587 curscr->flags &= ~__CLEAROK;
593 win->flags &= ~__CLEAROK;

Completed in 13 milliseconds