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

  /src/lib/libcurses/
leaveok.c 51 win->flags |= __LEAVEOK;
53 win->flags &= ~__LEAVEOK;
67 return win->flags & __LEAVEOK ? true : false;
curses_private.h 118 #define __LEAVEOK 0x00000100 /* If cursor left */
newwin.c 394 win->flags &= ~(__ENDLINE | __FULLWIN | __SCROLLWIN | __LEAVEOK);
refresh.c 226 screen->__virtscr->flags &= ~__LEAVEOK;
497 if (!(win->flags & __LEAVEOK)) {
535 if (!(pad->flags & __LEAVEOK)) {
770 if (win->flags & __LEAVEOK) {

Completed in 16 milliseconds