Home
last modified time | relevance | path

Searched refs:__notimeout (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/lib/libcurses/
Dget_wch.c101 if (delay && (__notimeout() == ERR)) in inkey()
143 if ((to || delay) && (__notimeout() == ERR)) in inkey()
187 if ((to || delay) && (__notimeout() == ERR)) in inkey()
Dtty.c246 (__notimeout() == ERR)) in nocbreak()
390 __notimeout(void) in __notimeout() function
Dcurses.expsym42 __notimeout
Dgetch.c556 if (delay && (__notimeout() == ERR)) in inkey()
598 if ((to || delay) && (__notimeout() == ERR)) in inkey()
Dcurses_private.h384 int __notimeout(void);