Searched refs:delay_output (Results 1 – 20 of 20) sorted by relevance
88 NCURSES_SP_NAME(delay_output) (NCURSES_SP_DCLx int ms) in NCURSES_SP_NAME() argument117 delay_output(int ms) in delay_output() function119 return NCURSES_SP_NAME(delay_output) (CURRENT_SCREEN, ms); in delay_output()417 NCURSES_SP_NAME(delay_output) (NCURSES_SP_ARGx number / 10); in NCURSES_SP_NAME()434 NCURSES_SP_NAME(delay_output) (NCURSES_SP_ARGx trailpad / 10); in NCURSES_SP_NAME()
192 delay_output.3x delay_output.3ncurses
49 delay_output(3X) curs_util(3X)
181 "delay_output" @41 NONAME
62 "delay_output" @41 NONAME ; implemented
1035 #undef delay_output1036 int delay_output(
1013 #undef delay_output1014 int delay_output(
1111 #undef delay_output1112 int delay_output(
1089 #undef delay_output1090 int delay_output(
3827 #undef delay_output3828 int delay_output(
3742 #undef delay_output3743 int delay_output(
4788 #undef delay_output4789 int delay_output(
4703 #undef delay_output4704 int delay_output(
1185 delay_output(int ms GCC_UNUSED) in delay_output() function
925 curs_util.3 delay_output.3 \
652 extern NCURSES_EXPORT(int) delay_output (int); /* implemented */1029 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */
134 well as napms and delay_output functions
283 as napms() and delay_output() functions.9305 + make baudrate computation in delay_output() consistent with the11650 delay_output() when using napms(), and modifying xterm's terminfo to12446 for the delay_output and tputs functions. If an application does not13343 + cleanup logic for deciding when tputs() should call delay_output(),13347 in call to delay_output().13348 + correct inverted expression for null-count in delay_output()13369 + modify delay_output() to use _nc_timed_wait() if no baudrate has been13406 + modify delay_output() so that it uses the same output function as13462 characters output in delay_output().[all …]
2218 + corrected prototypes for delay_output(),
2037 report_return(delay_output(dtime)); in cmd_delay_output()