Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_napms.c80 _nc_timed_wait(0, 0, ms, (int *) 0 EVENTLIST_2nd(0)); in NCURSES_EXPORT()
HDtinfo_driver.c1164 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/
HDlib_twait.c165 _nc_timed_wait(SCREEN *sp MAYBE_UNUSED, in _nc_timed_wait() function
/NextBSD/contrib/ncurses/misc/
HDncurses.def128 "_nc_timed_wait" @1036 NONAME
HDncurses.ref571 "_nc_timed_wait" @1036 NONAME
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_getch.c145 rc = _nc_timed_wait(sp, in check_mouse_activity()
/NextBSD/contrib/ncurses/ncurses/
HDllib-ltinfo1241 #undef _nc_timed_wait
1242 int _nc_timed_wait(
HDllib-ltinfow1252 #undef _nc_timed_wait
1253 int _nc_timed_wait(
HDllib-ltinfotw1350 #undef _nc_timed_wait
1351 int _nc_timed_wait(
HDllib-ltinfot1339 #undef _nc_timed_wait
1340 int _nc_timed_wait(
HDllib-lncurses3886 #undef _nc_timed_wait
3887 int _nc_timed_wait(
HDcurses.priv.h2008 extern NCURSES_EXPORT(int) _nc_timed_wait (SCREEN *, int, int, int * EVENTLIST_2nd(_nc_eventlist *)…
HDllib-lncursest4033 #undef _nc_timed_wait
4034 int _nc_timed_wait(
HDllib-lncursesw4722 #undef _nc_timed_wait
4723 int _nc_timed_wait(
HDllib-lncursestw4829 #undef _nc_timed_wait
4830 int _nc_timed_wait(
/NextBSD/contrib/ncurses/
HDNEWS1846 + 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 …]
HDINSTALL1272 _nc_timed_wait
/NextBSD/contrib/ncurses/include/
HDcurses.h.in478 /* Fix _nc_timed_wait() on BEOS... */