Searched refs:e_ttyspeed (Results 1 – 3 of 3) sorted by relevance
127 int e_ttyspeed; /* line speed, also indicates tty parms are valid */ member
307 ep->e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW); in tty_raw()378 ep->e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW); in tty_raw()408 if( ep->e_ttyspeed == 0) in tty_alt()411 ep->e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW); in tty_alt()501 ep->e_ttyspeed = (cfgetospeed(&ttyparm)>=B1200?FAST:SLOW); in tty_alt()
345 if( editb.e_ttyspeed == 0 ) in ed_viread()472 if( editb.e_ttyspeed==FAST && last_virt!=INVALID in ed_viread()