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

  /src/lib/libcurses/
get_wch.c 93 if (delay && __timeout(delay) == ERR)
129 if (__timeout(to ? (ESCDELAY / 100) : delay)
133 if (to && (__timeout(ESCDELAY / 100) == ERR))
173 if (__timeout(to ? (ESCDELAY / 100) : delay)
177 if (to && (__timeout(ESCDELAY / 100) == ERR))
515 if (__timeout(win->delay) == ERR)
getch.c 548 if (delay && __timeout(delay) == ERR)
584 if (__timeout(to ? (ESCDELAY / 100) : delay)
588 if (to && (__timeout(ESCDELAY / 100) == ERR))
878 if (__timeout(win->delay) == ERR)
curses_private.h 410 int __timeout(int);
tty.c 362 __timeout(int delay) function in typeref:typename:int
364 __CTRACE(__CTRACE_MISC, "__timeout()\n");

Completed in 14 milliseconds