Searched refs:napms (Results 1 – 25 of 25) sorted by relevance
48 sub napms($) { subroutine160 &napms(50);164 &napms(50);204 &napms($sec);212 &napms($sec);216 &napms(1000);
194 napms(MY_TIMEOUT); in dialog_pause()
675 napms(1000); in dlg_killall_bg()
571 napms(50); in get_search_term()
2111 (void) napms(dialog_vars.sleep_secs * 1000); in main()
2368 + use napms() rather than sleep().
58 NCURSES_SP_NAME(napms) (NCURSES_SP_DCLx int ms) in NCURSES_EXPORT()93 napms(int ms) in napms() function95 return NCURSES_SP_NAME(napms) (CURRENT_SCREEN, ms); in napms()
100 napms(ms); in NCURSES_SP_NAME()
467 napms(100); /* FIXME: this won't be right if I recur! */ in _nc_timed_wait()
289 "napms" @194 NONAME
215 "napms" @194 NONAME ; implemented
890 (void) napms(1000); /* Settle the terminal. */ in main()
532 #undef napms533 int napms(
510 #undef napms511 int napms(
578 #undef napms579 int napms(
556 #undef napms557 int napms(
3294 #undef napms3295 int napms(
3239 #undef napms3240 int napms(
4255 #undef napms4256 int napms(
4200 #undef napms4201 int napms(
667 curs_kernel.3 napms.3 \
756 extern NCURSES_EXPORT(int) napms (int); /* implemented */1050 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */
134 well as napms and delay_output functions
283 as napms() and delay_output() functions.2906 + remove initialization-check for calling napms() in the term-driver5268 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 and9252 + 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 to11905 + remove usleep() from alternatives in napms(), since it may interact[all …]
3491 report_return(napms(naptime)); in cmd_napms()