Searched refs:_nc_timed_wait (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_napms.c | 70 _nc_timed_wait(0, 0, ms, (int *) 0 EVENTLIST_2nd(0)); in NCURSES_EXPORT()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tty/ |
| D | lib_twait.c | 146 _nc_timed_wait(SCREEN *sp, in _nc_timed_wait() function
|
| /freebsd-9-stable/contrib/ncurses/ncurses/base/ |
| D | lib_getch.c | 106 rc = _nc_timed_wait(sp, TWAIT_MASK, delay, (int *) 0 EVENTLIST_2nd(evl)); in check_mouse_activity()
|
| /freebsd-9-stable/contrib/ncurses/misc/ |
| D | ncurses.def | 128 "_nc_timed_wait" @1036 NONAME
|
| D | ncurses.ref | 571 "_nc_timed_wait" @1036 NONAME
|
| /freebsd-9-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 1597 extern NCURSES_EXPORT(int) _nc_timed_wait (SCREEN *, int, int, int * EVENTLIST_2nd(_nc_eventlist *)…
|
| D | llib-lncurses | 2983 #undef _nc_timed_wait 2984 int _nc_timed_wait(
|
| D | llib-lncursest | 3063 #undef _nc_timed_wait 3064 int _nc_timed_wait(
|
| D | llib-lncursesw | 3740 #undef _nc_timed_wait 3741 int _nc_timed_wait(
|
| /freebsd-9-stable/contrib/ncurses/ |
| D | NEWS | 2448 + 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
|
| D | INSTALL | 1081 _nc_timed_wait
|
| /freebsd-9-stable/contrib/ncurses/include/ |
| D | curses.h.in | 427 /* Fix _nc_timed_wait() on BEOS... */
|