Lines Matching refs:c_oflag
1040 termiosp->c_oflag &= (ONLRET|ONOCR); in from_compat()
1087 termiosp->c_oflag |= OLCUC; in from_compat()
1094 termiosp->c_oflag |= ONLCR; in from_compat()
1098 termiosp->c_oflag |= CR2; in from_compat()
1102 termiosp->c_oflag |= CR3; in from_compat()
1107 termiosp->c_oflag |= ONLRET|CR1; /* tty37 */ in from_compat()
1110 termiosp->c_oflag |= NL1; in from_compat()
1154 termiosp->c_oflag |= OPOST; in from_compat()
1167 termiosp->c_oflag |= TAB1; in from_compat()
1171 termiosp->c_oflag |= TAB2; in from_compat()
1175 termiosp->c_oflag |= TAB3; in from_compat()
1179 termiosp->c_oflag |= FFDLY; in from_compat()
1181 termiosp->c_oflag |= BSDLY; in from_compat()
1245 !(termiosp->c_oflag & OPOST) && in to_compat()
1255 !(termiosp->c_oflag & OPOST)) in to_compat()
1271 if (!(termiosp->c_oflag & OPOST)) in to_compat()
1287 if (termiosp->c_oflag & OLCUC) in to_compat()
1291 if (termiosp->c_oflag & ONLCR) { in to_compat()
1293 switch (termiosp->c_oflag & CRDLY) { in to_compat()
1304 if ((termiosp->c_oflag & CR1) && in to_compat()
1305 (termiosp->c_oflag & ONLRET)) in to_compat()
1308 if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1)) in to_compat()
1310 switch (termiosp->c_oflag & TABDLY) { in to_compat()
1324 if (termiosp->c_oflag & FFDLY) in to_compat()
1326 if (termiosp->c_oflag & BSDLY) in to_compat()