Home
last modified time | relevance | path

Searched full:typeahead (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ncurses/man/
H A Dcurs_inopts.3x66 \fB\%typeahead\fP \-
97 \fBint typeahead(int \fIfd\fP);
319 .SS typeahead
321 does \*(``line-breakout optimization\*('' by looking for typeahead
333 will be used to do this typeahead checking.
334 The \fB\%typeahead\fP routine specifies that the file descriptor
335 \fIfd\fP is to be used to check for typeahead instead.
338 then no typeahead checking is done.
H A Dcurs_threads.3x513 typeahead screen
H A Dcurs_util.3x282 The \fBflushinp\fP routine throws away any typeahead that has been typed by the
H A Dncurses.3x914 typeahead/\fBcurs_inopts\fP(3X)
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c242 NCURSES_SP_NAME(typeahead) (NCURSES_SP_DCLx int fd) in NCURSES_SP_NAME() argument
244 T((T_CALLED("typeahead(%p, %d)"), (void *) SP_PARM, fd)); in NCURSES_SP_NAME()
255 typeahead(int fd) in typeahead() function
257 return NCURSES_SP_NAME(typeahead) (CURRENT_SCREEN, fd); in typeahead()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def376 "typeahead" @264 NONAME
H A Dncurses.ref285 "typeahead" @264 NONAME ; implemented
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c294 NCURSES_SP_NAME(typeahead) (NCURSES_SP_ARGx fileno(_ifp)); in NCURSES_SP_NAME() local
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfo587 #undef typeahead
588 int typeahead(
H A Dllib-ltinfow609 #undef typeahead
610 int typeahead(
H A Dllib-ltinfot633 #undef typeahead
634 int typeahead(
H A Dllib-ltinfotw655 #undef typeahead
656 int typeahead(
H A Dllib-lncurses3316 #undef typeahead
3317 int typeahead(
H A Dllib-lncursest3371 #undef typeahead
3372 int typeahead(
H A Dllib-lncursesw4277 #undef typeahead
4278 int typeahead(
H A Dllib-lncursestw4332 #undef typeahead
4333 int typeahead(
H A Dcurses.priv.h977 int _checkfd; /* filedesc for typeahead check */
/freebsd/share/doc/usd/12.vi/viapwh/
H A Dvi.apwh.ms939 at the expense of losing typeahead on some versions of UNIX.
/freebsd/lib/ncurses/tinfo/
H A DMakefile649 curs_inopts.3 typeahead.3 \
/freebsd/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/contrib/dialog/
H A DCHANGES1595 + add a call to flushinp() to init_dialog(), to discard any typeahead