Lines Matching refs:c_cflag
438 t.c_cflag = TTYDEF_CFLAG;
441 SET(t.c_cflag, CLOCAL);
443 SET(t.c_cflag, CRTSCTS);
445 SET(t.c_cflag, CDTRCTS);
447 SET(t.c_cflag, MDMBUF);
768 SET(t->c_cflag, CLOCAL);
769 CLR(t->c_cflag, HUPCL);
778 tp->t_cflag == t->c_cflag)
790 switch (t->c_cflag & CSIZE) {
804 if (ISSET(t->c_cflag, PARENB)) {
806 if (ISSET(t->c_cflag, PARODD))
811 if (ISSET(t->c_cflag, CSTOPB))
818 if (ISSET(t->c_cflag, CLOCAL | MDMBUF))
827 if (ISSET(t->c_cflag, CRTSCTS)) {
832 } else if (ISSET(t->c_cflag, MDMBUF)) {
891 tp->t_cflag = t->c_cflag;
902 if (!ISSET(t->c_cflag, CHWFLOW)) {
928 if (!ISSET(t->c_cflag, CHWFLOW)) {