Home | History | Annotate | Download | only in ic

Lines Matching refs:t_cflag

317 		tp->t_cflag = TTYDEF_CFLAG;
319 SET(tp->t_cflag, CLOCAL);
321 SET(tp->t_cflag, CRTSCTS);
323 SET(tp->t_cflag, MDMBUF);
373 ISSET(tp->t_cflag, MDMBUF) ||
384 while (!ISSET(tp->t_cflag, CLOCAL) &&
418 if (ISSET(tp->t_cflag, HUPCL) &&
820 if (!ISSET(tp->t_cflag, CRTSCTS))
826 if (!ISSET(tp->t_cflag, CRTSCTS))
836 if (!ISSET(tp->t_cflag, CRTSCTS) &&
844 if (!ISSET(tp->t_cflag, CRTSCTS) &&
856 if (!ISSET(tp->t_cflag, CRTSCTS) && (bits & TIOCM_RTS))
861 if (!ISSET(tp->t_cflag, CRTSCTS) && (bits & TIOCM_RTS))
957 if (ISSET(tp->t_cflag, CRTSCTS)) {
1167 if (ISSET(cy->cy_tty->t_cflag, CRTSCTS)) {