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

/illumos-gate/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);
/illumos-gate/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);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c365 (void) typeahead(fileno(in_fp));
456 typeahead(int fd) function
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses550 int typeahead(int);
H A Dllib-lxcurses550 int typeahead(int);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses550 int typeahead(int);
H A Dllib-lxcurses550 int typeahead(int);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com90 tstp.o ttimeout.o typeahead.o unctrl.o ungetch.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile501 typeahead.3curses \
762 typeahead.3curses := LINKSRC = curs_inopts.3curses
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile129 typeahead.3xcurses \
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h165 int _kfd; /* typeahead() file descriptor. */
586 extern int typeahead(int);
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h164 int _kfd; /* typeahead() file descriptor. */
625 extern int typeahead(int);

Completed in 116 milliseconds