Searched defs:typeahead (Results 1 - 5 of 5) 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. */
/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/man/man3curses/
H A DMakefile501 typeahead.3curses \
762 typeahead.3curses := LINKSRC = curs_inopts.3curses

Completed in 77 milliseconds