Home
last modified time | relevance | path

Searched refs:TW_INPUT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tty/
HDlib_twait.c245 if (mode & TW_INPUT) { in _nc_timed_wait()
313 if (mode & TW_INPUT) { in _nc_timed_wait()
350 if (mode & TW_INPUT) { in _nc_timed_wait()
376 if ((mode & TW_INPUT) in _nc_timed_wait()
492 result = TW_INPUT; /* redundant, but simple */ in _nc_timed_wait()
498 if ((mode & TW_INPUT) in _nc_timed_wait()
500 result |= TW_INPUT; in _nc_timed_wait()
/dragonfly/contrib/ncurses/ncurses/
HDcurses.priv.h2458 #define TW_INPUT 1 macro
2460 #define TW_ANY (TW_INPUT | TW_MOUSE)