Searched refs:wtimeout (Results 1 – 20 of 20) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | ntpd.c | 1648 struct timeval wtimeout; local 1664 wtimeout.tv_sec = wait_rem; 1665 wtimeout.tv_usec = 0; 1669 &wtimeout); 1686 wtimeout.tv_sec = 0; 1687 wtimeout.tv_usec = 0; 1689 NULL, &wtimeout);
|
| /src/contrib/dialog/ |
| H A D | README | 28 does't implement the wtimeout() function of ncurses. Wtimeout() is 54 to add wtimeout() support to libgpm, also mouse could be supported.
|
| H A D | util.c | 2390 wtimeout(win, interval); in dlg_set_timeout() 2402 wtimeout(win, p->getc_timeout); in dlg_reset_timeout() 2404 wtimeout(win, WTIMEOUT_OFF); in dlg_reset_timeout() 2453 wtimeout(win, WTIMEOUT_VAL * 5); in dlg_will_resize()
|
| H A D | CHANGES | 113 + improve logic for wtimeout() calls which are used to set temporary 1553 + remove redundant calls to wtimeout() from widgets since wtimeout()
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_options.c | 135 wtimeout(WINDOW *win, int delay) in wtimeout() function
|
| /src/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 309 wtimeout.3x wtimeout.3ncurses
|
| /src/contrib/ncurses/misc/ |
| H A D | ncurses.def | 445 "wtimeout" @351 NONAME
|
| H A D | ncurses.ref | 372 "wtimeout" @351 NONAME ; implemented
|
| /src/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 558 #undef wtimeout 559 void wtimeout(
|
| H A D | llib-ltinfow | 580 #undef wtimeout 581 void wtimeout(
|
| H A D | llib-ltinfot | 604 #undef wtimeout 605 void wtimeout(
|
| H A D | llib-ltinfotw | 626 #undef wtimeout 627 void wtimeout(
|
| H A D | llib-lncurses | 3287 #undef wtimeout 3288 void wtimeout(
|
| H A D | llib-lncursest | 3342 #undef wtimeout 3343 void wtimeout(
|
| H A D | llib-lncursesw | 4248 #undef wtimeout 4249 void wtimeout(
|
| H A D | llib-lncursestw | 4303 #undef wtimeout 4304 void wtimeout(
|
| /src/lib/ncurses/tinfo/ |
| H A D | Makefile | 644 curs_inopts.3 wtimeout.3 \
|
| /src/contrib/ncurses/include/ |
| H A D | curses.h.in | 897 extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ 1333 #define timeout(delay) wtimeout(stdscr,(delay))
|
| /src/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 5667 wtimeout(win, tval); /* void return */ in cmd_wtimeout()
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 8028 from C where none was returned: idcok(), immedok() and wtimeout(). 11163 no returnVoid call for wtimeout(). Also, traces in lib_twait.c are
|