Searched refs:_nc_timed_wait (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_napms.c | 80 _nc_timed_wait(0, 0, ms, (int *) 0 EVENTLIST_2nd(0)); in NCURSES_EXPORT()
|
| HD | tinfo_driver.c | 1164 return _nc_timed_wait(sp, mode, milliseconds, timeleft EVENTLIST_2nd(evl)); in drv_twait() 1204 _nc_timed_wait(0, 0, ms, (int *) 0 EVENTLIST_2nd(0)); in drv_nap()
|
| /NextBSD/contrib/ncurses/ncurses/tty/ |
| HD | lib_twait.c | 165 _nc_timed_wait(SCREEN *sp MAYBE_UNUSED, in _nc_timed_wait() function
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | ncurses.def | 128 "_nc_timed_wait" @1036 NONAME
|
| HD | ncurses.ref | 571 "_nc_timed_wait" @1036 NONAME
|
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | lib_getch.c | 145 rc = _nc_timed_wait(sp, in check_mouse_activity()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-ltinfo | 1241 #undef _nc_timed_wait 1242 int _nc_timed_wait(
|
| HD | llib-ltinfow | 1252 #undef _nc_timed_wait 1253 int _nc_timed_wait(
|
| HD | llib-ltinfotw | 1350 #undef _nc_timed_wait 1351 int _nc_timed_wait(
|
| HD | llib-ltinfot | 1339 #undef _nc_timed_wait 1340 int _nc_timed_wait(
|
| HD | llib-lncurses | 3886 #undef _nc_timed_wait 3887 int _nc_timed_wait(
|
| HD | curses.priv.h | 2008 extern NCURSES_EXPORT(int) _nc_timed_wait (SCREEN *, int, int, int * EVENTLIST_2nd(_nc_eventlist *)…
|
| HD | llib-lncursest | 4033 #undef _nc_timed_wait 4034 int _nc_timed_wait(
|
| HD | llib-lncursesw | 4722 #undef _nc_timed_wait 4723 int _nc_timed_wait(
|
| HD | llib-lncursestw | 4829 #undef _nc_timed_wait 4830 int _nc_timed_wait(
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 1846 + avoid calling _nc_timed_wait when there is a mouse event 4871 + plug a potential recursion between napms() and _nc_timed_wait() 5949 + make napms() call _nc_timed_wait() rather than poll() or select(), 6690 + improve code for OS/2 mouse support, using _nc_timed_wait() to 6848 + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll() 8066 set ospeed, the library behaves as before, except that _nc_timed_wait 8475 _nc_timed_wait. 8476 + simplified the function _nc_timed_wait and fixed another bug, which 8988 + modify delay_output() to use _nc_timed_wait() if no baudrate has been 10054 + modify interface & logic of _nc_timed_wait() to support 2 file [all …]
|
| HD | INSTALL | 1272 _nc_timed_wait
|
| /NextBSD/contrib/ncurses/include/ |
| HD | curses.h.in | 478 /* Fix _nc_timed_wait() on BEOS... */
|