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

/ast/src/cmd/ie/
H A Dvi.c54 # define NTICKS 5 /* number of ticks for typeahead */
191 static clock_t typeahead; /* typeahead occurred */ variable
193 static int typeahead; /* typeahead occurred */ variable
257 ioctl(fd,FIORDCHK,&typeahead);
259 /* time the current line to determine typeahead */
272 typeahead = ((newtime-oldtime) < NTICKS);
491 /* or typeahead occurred) ) */
496 && typeahead)
[all...]
/ast/src/cmd/ksh93/edit/
H A Dvi.c53 # define NTICKS 5 /* number of ticks for typeahead */
125 clock_t typeahead; /* typeahead occurred */ member in struct:_vi_
127 int typeahead; /* typeahead occurred */ member in struct:_vi_
258 ioctl(fd,FIORDCHK,&vp->typeahead);
260 /* time the current line to determine typeahead */
273 vp->typeahead = ((newtime-oldtime) < NTICKS);
469 /* or typeahead occurred) ) */
473 && (vp->typeahead || cntl_cha
[all...]

Completed in 14 milliseconds