Home
last modified time | relevance | path

Searched refs:napms (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/dialog/
H A Ddemo.pl48 sub napms($) { subroutine
160 &napms(50);
164 &napms(50);
204 &napms($sec);
212 &napms($sec);
216 &napms(1000);
H A Dpause.c194 napms(MY_TIMEOUT); in dialog_pause()
H A Dui_getc.c675 napms(1000); in dlg_killall_bg()
H A Dtextbox.c571 napms(50); in get_search_term()
H A Ddialog.c2111 (void) napms(dialog_vars.sleep_secs * 1000); in main()
H A DCHANGES2368 + use napms() rather than sleep().
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_napms.c58 NCURSES_SP_NAME(napms) (NCURSES_SP_DCLx int ms) in NCURSES_EXPORT()
93 napms(int ms) in napms() function
95 return NCURSES_SP_NAME(napms) (CURRENT_SCREEN, ms); in napms()
H A Dlib_tputs.c100 napms(ms); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c467 napms(100); /* FIXME: this won't be right if I recur! */ in _nc_timed_wait()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def289 "napms" @194 NONAME
H A Dncurses.ref215 "napms" @194 NONAME ; implemented
/freebsd/contrib/ncurses/progs/
H A Dtset.c890 (void) napms(1000); /* Settle the terminal. */ in main()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow532 #undef napms
533 int napms(
H A Dllib-ltinfo510 #undef napms
511 int napms(
H A Dllib-ltinfotw578 #undef napms
579 int napms(
H A Dllib-ltinfot556 #undef napms
557 int napms(
H A Dllib-lncursest3294 #undef napms
3295 int napms(
H A Dllib-lncurses3239 #undef napms
3240 int napms(
H A Dllib-lncursestw4255 #undef napms
4256 int napms(
H A Dllib-lncursesw4200 #undef napms
4201 int napms(
/freebsd/lib/ncurses/tinfo/
H A DMakefile667 curs_kernel.3 napms.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in756 extern NCURSES_EXPORT(int) napms (int); /* implemented */
1050 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */
/freebsd/contrib/ncurses/
H A DANNOUNCE134 well as napms and delay_output functions
H A DNEWS283 as napms() and delay_output() functions.
2906 + remove initialization-check for calling napms() in the term-driver
5268 can again use napms() (cf: 20110604).
7188 handling). Now it hangs in napms(), no matter whether nanosleep()
8949 + add napms() calls to test/dots.c to make it not be a CPU hog.
9180 + improve the nanosleep() logic in napms() by checking for EINTR and
9252 + plug a potential recursion between napms() and _nc_timed_wait()
10330 + make napms() call _nc_timed_wait() rather than poll() or select(),
11650 delay_output() when using napms(), and modifying xterm's terminfo to
11905 + remove usleep() from alternatives in napms(), since it may interact
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3491 report_return(napms(naptime)); in cmd_napms()