Lines Matching refs:CRTSCTS
507 SET(tp->t_cflag, CRTSCTS);
518 CLR(tp->t_cflag, CRTSCTS);
745 if ( ISCLR(tp->t_cflag, CRTSCTS) )
751 if ( ISCLR(tp->t_cflag, CRTSCTS) )
761 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISSET(bits, TIOCM_RTS) )
766 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISSET(bits, TIOCM_RTS) )
775 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISCLR(bits, TIOCM_RTS) )
780 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISCLR(bits, TIOCM_RTS) )
878 ch->ch_cor2 = ISSET(t->c_cflag, CRTSCTS) ? CLMPCC_COR2_CtsAE : 0;
899 if ( sc->sc_swaprtsdtr && ISSET(t->c_cflag, CRTSCTS) )
1149 ISSET(cy->cy_tty->t_cflag, CRTSCTS) && cc < ch->ch_r_hiwat) {