Lines Matching refs:t_cflag
501 tp->t_cflag = TTYDEF_CFLAG;
505 SET(tp->t_cflag, CLOCAL);
507 SET(tp->t_cflag, CRTSCTS);
509 SET(tp->t_cflag, MDMBUF);
517 SET(tp->t_cflag, CLOCAL);
518 CLR(tp->t_cflag, CRTSCTS);
519 CLR(tp->t_cflag, HUPCL);
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) )
1149 ISSET(cy->cy_tty->t_cflag, CRTSCTS) && cc < ch->ch_r_hiwat) {