Home
last modified time | relevance | path

Searched refs:typeahead (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c242 NCURSES_SP_NAME(typeahead) (NCURSES_SP_DCLx int fd) in NCURSES_SP_NAME() argument
255 typeahead(int fd) in typeahead() function
257 return NCURSES_SP_NAME(typeahead) (CURRENT_SCREEN, fd); in typeahead()
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c294 NCURSES_SP_NAME(typeahead) (NCURSES_SP_ARGx fileno(_ifp)); in NCURSES_SP_NAME() local
/freebsd-14.2/contrib/ncurses/misc/
H A Dncurses.def376 "typeahead" @264 NONAME
H A Dncurses.ref285 "typeahead" @264 NONAME ; implemented
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dllib-ltinfo587 #undef typeahead
588 int typeahead(
H A Dllib-ltinfow609 #undef typeahead
610 int typeahead(
H A Dllib-ltinfotw655 #undef typeahead
656 int typeahead(
H A Dllib-ltinfot633 #undef typeahead
634 int typeahead(
H A Dllib-lncurses3316 #undef typeahead
3317 int typeahead(
H A Dllib-lncursest3371 #undef typeahead
3372 int typeahead(
H A Dllib-lncursestw4332 #undef typeahead
4333 int typeahead(
H A Dllib-lncursesw4277 #undef typeahead
4278 int typeahead(
/freebsd-14.2/lib/ncurses/tinfo/
H A DMakefile642 curs_inopts.3 typeahead.3 \
/freebsd-14.2/contrib/ncurses/include/
H A Dcurses.h.in825 extern NCURSES_EXPORT(int) typeahead (int); /* implemented */
1088 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */
/freebsd-14.2/contrib/dialog/
H A DCHANGES1595 + add a call to flushinp() to init_dialog(), to discard any typeahead