Searched refs:e_ttyspeed (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h102 int e_ttyspeed; /* line speed, also indicates tty parms are valid */ member in struct:edit
H A Dedit.c287 editb.e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW);
337 editb.e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW);
362 if( editb.e_ttyspeed == 0)
365 editb.e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW);
431 editb.e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW);
H A Dvi.c144 #define ttyspeed editb.e_ttyspeed /* tty speed */
/ast/src/cmd/ksh93/include/
H A Dedit.h127 int e_ttyspeed; /* line speed, also indicates tty parms are valid */ member in struct:edit
/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);
408 if( ep->e_ttyspeed == 0)
411 ep->e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW);
501 ep->e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW);
H A Dvi.c345 if( editb.e_ttyspeed == 0 )
472 if( editb.e_ttyspeed==FAST && last_virt!=INVALID

Completed in 282 milliseconds