Searched refs:flushinp (Results 1 – 25 of 25) sorted by relevance
176 NCURSES_SP_NAME(flushinp) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument197 flushinp(void) in flushinp() function199 return NCURSES_SP_NAME(flushinp) (CURRENT_SCREEN); in flushinp()
222 NCURSES_SP_NAME(flushinp) (NCURSES_SP_ARG); in handle_SIGTSTP() local
212 extern void flushinp P_((void));
2211 flushinp() /* flush input */ in flushinp() function
204 flushinp.3x flushinp.3ncurses
60 flushinp(3X) curs_util(3X)
196 "flushinp" @57 NONAME
78 "flushinp" @57 NONAME ; implemented
232 flushinp \
422 (void) flushinp(); in init_dialog()
1595 + add a call to flushinp() to init_dialog(), to discard any typeahead
24306 flushinp \
500 #undef flushinp501 int flushinp(void)
478 #undef flushinp479 int flushinp(void)
524 #undef flushinp525 int flushinp(void)
546 #undef flushinp547 int flushinp(void)
3262 #undef flushinp3263 int flushinp(void)
3207 #undef flushinp3208 int flushinp(void)
4223 #undef flushinp4224 int flushinp(void)
4168 #undef flushinp4169 int flushinp(void)
929 curs_util.3 flushinp.3 \
670 extern NCURSES_EXPORT(int) flushinp (void); /* implemented */1039 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */
125 * modify flushinp to use file descriptors in SCREEN, rather than
937 + modify flushinp to use file descriptors in SCREEN, rather than from15175 + make flushinp() test work in ncurses.c by using napms() instead of15970 * fixes to cure wgetch() if flushinp() is called.
2206 report_return(flushinp()); in cmd_flushinp()