Home
last modified time | relevance | path

Searched refs:_nc_timed_wait (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dlib_napms.c70 _nc_timed_wait(0, 0, ms, (int *) 0 EVENTLIST_2nd(0)); in NCURSES_EXPORT()
/freebsd-9-stable/contrib/ncurses/ncurses/tty/
Dlib_twait.c146 _nc_timed_wait(SCREEN *sp, in _nc_timed_wait() function
/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dlib_getch.c106 rc = _nc_timed_wait(sp, TWAIT_MASK, delay, (int *) 0 EVENTLIST_2nd(evl)); in check_mouse_activity()
/freebsd-9-stable/contrib/ncurses/misc/
Dncurses.def128 "_nc_timed_wait" @1036 NONAME
Dncurses.ref571 "_nc_timed_wait" @1036 NONAME
/freebsd-9-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1597 extern NCURSES_EXPORT(int) _nc_timed_wait (SCREEN *, int, int, int * EVENTLIST_2nd(_nc_eventlist *)…
Dllib-lncurses2983 #undef _nc_timed_wait
2984 int _nc_timed_wait(
Dllib-lncursest3063 #undef _nc_timed_wait
3064 int _nc_timed_wait(
Dllib-lncursesw3740 #undef _nc_timed_wait
3741 int _nc_timed_wait(
/freebsd-9-stable/contrib/ncurses/
DNEWS2448 + plug a potential recursion between napms() and _nc_timed_wait()
3526 + make napms() call _nc_timed_wait() rather than poll() or select(),
4267 + improve code for OS/2 mouse support, using _nc_timed_wait() to
4425 + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
5643 set ospeed, the library behaves as before, except that _nc_timed_wait
6052 _nc_timed_wait.
6053 + simplified the function _nc_timed_wait and fixed another bug, which
6565 + modify delay_output() to use _nc_timed_wait() if no baudrate has been
7631 + modify interface & logic of _nc_timed_wait() to support 2 file
7822 + restructure _nc_timed_wait() to log more information, and to try to
DINSTALL1081 _nc_timed_wait
/freebsd-9-stable/contrib/ncurses/include/
Dcurses.h.in427 /* Fix _nc_timed_wait() on BEOS... */