Home
last modified time | relevance | path

Searched refs:__NOTIMEOUT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dnotimeout.c50 win->flags |= __NOTIMEOUT; in notimeout()
52 win->flags &= ~__NOTIMEOUT; in notimeout()
H A Dget_wch.c489 win->flags & __NOTIMEOUT ? 0 : 1, 0); in wget_wch()
498 win->flags & __NOTIMEOUT ? 0 : 1, in wget_wch()
H A Dgetch.c856 inp = inkey (win->flags & __NOTIMEOUT ? 0 : 1, 0); in wgetch()
864 inp = inkey(win->flags & __NOTIMEOUT ? 0 : 1, win->delay); in wgetch()
H A Dcurses_private.h120 #define __NOTIMEOUT 0x00020000 /* Wait indefinitely for func keys */ macro