Searched refs:FAST (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/ie/ |
H A D | edit.h | 119 #define FAST 2 macro
|
H A D | edit.c | 287 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 D | vi.c | 494 if( ttyspeed==FAST && last_virt!=INVALID
|
/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 183 #define FAST 2 macro
|
/ast/src/cmd/tw/ |
H A D | find.c | 132 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 D | edit.c | 307 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 D | vi.c | 472 if( editb.e_ttyspeed==FAST && last_virt!=INVALID
|
Completed in 32 milliseconds