Searched refs:FAST (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h119 #define FAST 2 macro
H A Dedit.c287 editb.e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW);
337 editb.e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW);
365 editb.e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW);
431 editb.e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW);
H A Dvi.c494 if( ttyspeed==FAST && last_virt!=INVALID
/ast/src/cmd/ksh93/include/
H A Dedit.h183 #define FAST 2 macro
/ast/src/cmd/tw/
H A Dfind.c132 NOGROUP, NOUSER, FAST, ICASE, MAGIC, MIME, XARGS, enumerator in enum:Command
303 "fast", FAST, Str, 0, "pattern", 0,
1031 case FAST:
/ast/src/cmd/ksh93/edit/
H A Dedit.c307 ep->e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW);
378 ep->e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW);
411 ep->e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW);
501 ep->e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW);
H A Dvi.c472 if( editb.e_ttyspeed==FAST && last_virt!=INVALID

Completed in 32 milliseconds