Searched refs:delay_output (Results 1 – 20 of 20) sorted by relevance
88 NCURSES_SP_NAME(delay_output) (NCURSES_SP_DCLx int ms) in delay_output() function117 delay_output(int ms) in delay_output() function119 return NCURSES_SP_NAME(delay_output) (CURRENT_SCREEN, ms); in delay_output()419 NCURSES_SP_NAME(delay_output) (NCURSES_SP_ARGx number / 10); in tputs()436 NCURSES_SP_NAME(delay_output) (NCURSES_SP_ARGx trailpad / 10); in tputs()
194 delay_output.3x delay_output.3ncurses
51 delay_output(3X) curs_util(3X)
181 "delay_output" @41 NONAME
62 "delay_output" @41 NONAME ; implemented
1019 #undef delay_output1020 int delay_output(
1041 #undef delay_output1042 int delay_output(
1095 #undef delay_output1096 int delay_output(
1117 #undef delay_output1118 int delay_output(
3748 #undef delay_output3749 int delay_output(
3833 #undef delay_output3834 int delay_output(
4709 #undef delay_output4710 int delay_output(
4794 #undef delay_output4795 int delay_output(
1185 delay_output(int ms GCC_UNUSED) in delay_output() function
927 curs_util.3 delay_output.3 \
655 extern NCURSES_EXPORT(int) delay_output (int); /* implemented */1032 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */
134 well as napms and delay_output functions
852 as napms() and delay_output() functions.9874 + make baudrate computation in delay_output() consistent with the12219 delay_output() when using napms(), and modifying xterm's terminfo to13015 for the delay_output and tputs functions. If an application does not13912 + cleanup logic for deciding when tputs() should call delay_output(),13916 in call to delay_output().13917 + correct inverted expression for null-count in delay_output()13938 + modify delay_output() to use _nc_timed_wait() if no baudrate has been13975 + modify delay_output() so that it uses the same output function as14031 characters output in delay_output().[all …]
2253 + corrected prototypes for delay_output(),
2037 report_return(delay_output(dtime)); in cmd_delay_output()