Searched refs:typeahead (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtypeahead.c49 * Set the file descriptor for typeahead checks to fd. fd can be -1
54 typeahead(int fd) function
58 * Doing fcntls before and after each typeahead check
74 * We cannot use dup(2), unfortunately, so we do typeahead checking
75 * on terminals only. Besides, if typeahead is done when input is
115 /* Only do typeahead checking if the input is a tty. */
H A Dnewscreen.c142 (void) typeahead(fileno(infptr));
H A Dllib-lcurses1069 /* typeahead.c */
1070 int typeahead(int fd);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c354 (void) typeahead(fileno(in_fp));
450 typeahead(fd) function
454 __m_trace("typeahead(%d)", fd);
463 return __m_return_code("typeahead", OK);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c365 (void) typeahead(fileno(in_fp));
456 typeahead(int fd) function
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c58 # define NTICKS 5 /* number of ticks for typeahead */
130 clock_t typeahead; /* typeahead occurred */ member in struct:_vi_
132 int typeahead; /* typeahead occurred */ member in struct:_vi_
263 ioctl(fd,FIORDCHK,&vp->typeahead);
265 /* time the current line to determine typeahead */
278 vp->typeahead = ((newtime-oldtime) < NTICKS);
474 /* or typeahead occurred) ) */
478 && (vp->typeahead || cntl_cha
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses550 int typeahead(int);
H A Dllib-lxcurses550 int typeahead(int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses550 int typeahead(int);
H A Dllib-lxcurses550 int typeahead(int);
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com88 tstp.o ttimeout.o typeahead.o unctrl.o ungetch.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl408 =head4 C<@typeahead>
410 The typeahead buffer, used by C<DB::readline>.
1380 PERLDB_TYPEAHEAD - typeahead captured by readline()
1414 # return pre/postprompt actions and typeahead buffer
1418 @typeahead = get_list("PERLDB_TYPEAHEAD", @typeahead);
1998 @typeahead = (@$pretype, @typeahead);
2781 set_list("PERLDB_TYPEAHEAD", @typeahead);
6033 First, we handle stuff in the typeahead buffe
[all...]
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h165 int _kfd; /* typeahead() file descriptor. */
586 extern int typeahead(int);
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h164 int _kfd; /* typeahead() file descriptor. */
625 extern int typeahead(int);

Completed in 71 milliseconds