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

/ast/src/cmd/ie/
H A Dvi.c54 # define NTICKS 5 /* number of ticks for typeahead */ macro
272 typeahead = ((newtime-oldtime) < NTICKS);
/ast/src/cmd/ksh93/edit/
H A Dvi.c53 # define NTICKS 5 /* number of ticks for typeahead */ macro
273 vp->typeahead = ((newtime-oldtime) < NTICKS);

Completed in 18 milliseconds