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

  /src/lib/libcurses/
notimeout.c 50 win->flags |= __NOTIMEOUT;
52 win->flags &= ~__NOTIMEOUT;
get_wch.c 101 if (delay && (__notimeout() == ERR))
143 if ((to || delay) && (__notimeout() == ERR))
187 if ((to || delay) && (__notimeout() == ERR))
489 win->flags & __NOTIMEOUT ? 0 : 1, 0);
498 win->flags & __NOTIMEOUT ? 0 : 1,
curses_private.h 120 #define __NOTIMEOUT 0x00020000 /* Wait indefinitely for func keys */
384 int __notimeout(void);
getch.c 556 if (delay && (__notimeout() == ERR))
598 if ((to || delay) && (__notimeout() == ERR))
856 inp = inkey (win->flags & __NOTIMEOUT ? 0 : 1, 0);
864 inp = inkey(win->flags & __NOTIMEOUT ? 0 : 1, win->delay);

Completed in 15 milliseconds