Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c176 NCURSES_SP_NAME(flushinp) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
197 flushinp(void) in flushinp() function
199 return NCURSES_SP_NAME(flushinp) (CURRENT_SCREEN); in flushinp()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c222 NCURSES_SP_NAME(flushinp) (NCURSES_SP_ARG); in handle_SIGTSTP() local
/freebsd/contrib/ee/
H A Dnew_curse.h212 extern void flushinp P_((void));
H A Dnew_curse.c2211 flushinp() /* flush input */ in flushinp() function
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in204 flushinp.3x flushinp.3ncurses
H A Dmanhtml.aliases60 flushinp(3X) curs_util(3X)
/freebsd/contrib/ncurses/misc/
H A Dncurses.def196 "flushinp" @57 NONAME
H A Dncurses.ref78 "flushinp" @57 NONAME ; implemented
/freebsd/contrib/dialog/
H A Dconfigure.in232 flushinp \
H A Dutil.c422 (void) flushinp(); in init_dialog()
H A DCHANGES1595 + add a call to flushinp() to init_dialog(), to discard any typeahead
H A Dconfigure24306 flushinp \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow500 #undef flushinp
501 int flushinp(void)
H A Dllib-ltinfo478 #undef flushinp
479 int flushinp(void)
H A Dllib-ltinfot524 #undef flushinp
525 int flushinp(void)
H A Dllib-ltinfotw546 #undef flushinp
547 int flushinp(void)
H A Dllib-lncursest3262 #undef flushinp
3263 int flushinp(void)
H A Dllib-lncurses3207 #undef flushinp
3208 int flushinp(void)
H A Dllib-lncursestw4223 #undef flushinp
4224 int flushinp(void)
H A Dllib-lncursesw4168 #undef flushinp
4169 int flushinp(void)
/freebsd/lib/ncurses/tinfo/
H A DMakefile929 curs_util.3 flushinp.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in670 extern NCURSES_EXPORT(int) flushinp (void); /* implemented */
1039 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */
/freebsd/contrib/ncurses/
H A DANNOUNCE125 * modify flushinp to use file descriptors in SCREEN, rather than
H A DNEWS937 + modify flushinp to use file descriptors in SCREEN, rather than from
15175 + make flushinp() test work in ncurses.c by using napms() instead of
15970 * fixes to cure wgetch() if flushinp() is called.
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2206 report_return(flushinp()); in cmd_flushinp()