Home | History | Annotate | Download | only in dev

Lines Matching refs:c_cflag

606 		SET(t->c_cflag, CLOCAL);
607 CLR(t->c_cflag, HUPCL);
616 tp->t_cflag == t->c_cflag)
621 c_cflag);
630 if (ISSET(t->c_cflag, CRTSCTS)) {
662 tp->t_cflag = t->c_cflag;
677 if (!ISSET(t->c_cflag, CHWFLOW)) {
694 if (!ISSET(t->c_cflag, CHWFLOW)) {
771 t.c_cflag = scifconscflag;
774 t.c_cflag = TTYDEF_CFLAG;
777 SET(t.c_cflag, CLOCAL);
779 SET(t.c_cflag, CRTSCTS);
781 SET(t.c_cflag, MDMBUF);