Searched full:typeahead (Results 1 – 21 of 21) sorted by relevance
66 \fB\%typeahead\fP \-97 \fBint typeahead(int \fIfd\fP);319 .SS typeahead321 does \*(``line-breakout optimization\*('' by looking for typeahead333 will be used to do this typeahead checking.334 The \fB\%typeahead\fP routine specifies that the file descriptor335 \fIfd\fP is to be used to check for typeahead instead.338 then no typeahead checking is done.
513 typeahead screen
282 The \fBflushinp\fP routine throws away any typeahead that has been typed by the
914 typeahead/\fBcurs_inopts\fP(3X)
242 NCURSES_SP_NAME(typeahead) (NCURSES_SP_DCLx int fd) in NCURSES_SP_NAME() argument244 T((T_CALLED("typeahead(%p, %d)"), (void *) SP_PARM, fd)); in NCURSES_SP_NAME()255 typeahead(int fd) in typeahead() function257 return NCURSES_SP_NAME(typeahead) (CURRENT_SCREEN, fd); in typeahead()
376 "typeahead" @264 NONAME
285 "typeahead" @264 NONAME ; implemented
294 NCURSES_SP_NAME(typeahead) (NCURSES_SP_ARGx fileno(_ifp)); in NCURSES_SP_NAME() local
587 #undef typeahead588 int typeahead(
609 #undef typeahead610 int typeahead(
633 #undef typeahead634 int typeahead(
655 #undef typeahead656 int typeahead(
3316 #undef typeahead3317 int typeahead(
3371 #undef typeahead3372 int typeahead(
4277 #undef typeahead4278 int typeahead(
4332 #undef typeahead4333 int typeahead(
977 int _checkfd; /* filedesc for typeahead check */
939 at the expense of losing typeahead on some versions of UNIX.
649 curs_inopts.3 typeahead.3 \
825 extern NCURSES_EXPORT(int) typeahead (int); /* implemented */1088 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */
1595 + add a call to flushinp() to init_dialog(), to discard any typeahead