OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__notimeout
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libcurses/
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,
tty.c
246
(
__notimeout
() == ERR))
390
__notimeout
(void)
function in typeref:typename:int
392
__CTRACE(__CTRACE_MISC, "
__notimeout
()\n");
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 14 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025