Lines Matching refs:c_oflag
1138 termiosp->c_oflag &= (ONLRET|ONOCR); in from_compat()
1185 termiosp->c_oflag |= OLCUC; in from_compat()
1192 termiosp->c_oflag |= ONLCR; in from_compat()
1196 termiosp->c_oflag |= CR2; in from_compat()
1200 termiosp->c_oflag |= CR3; in from_compat()
1205 termiosp->c_oflag |= ONLRET|CR1; /* tty37 */ in from_compat()
1208 termiosp->c_oflag |= NL1; in from_compat()
1252 termiosp->c_oflag |= OPOST; in from_compat()
1265 termiosp->c_oflag |= TAB1; in from_compat()
1269 termiosp->c_oflag |= TAB2; in from_compat()
1273 termiosp->c_oflag |= TAB3; in from_compat()
1277 termiosp->c_oflag |= FFDLY; in from_compat()
1279 termiosp->c_oflag |= BSDLY; in from_compat()
1343 !(termiosp->c_oflag & OPOST) && in to_compat()
1353 !(termiosp->c_oflag & OPOST)) in to_compat()
1369 if (!(termiosp->c_oflag & OPOST)) in to_compat()
1385 if (termiosp->c_oflag & OLCUC) in to_compat()
1389 if (termiosp->c_oflag & ONLCR) { in to_compat()
1391 switch (termiosp->c_oflag & CRDLY) { in to_compat()
1402 if ((termiosp->c_oflag & CR1) && in to_compat()
1403 (termiosp->c_oflag & ONLRET)) in to_compat()
1406 if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1)) in to_compat()
1408 switch (termiosp->c_oflag & TABDLY) { in to_compat()
1422 if (termiosp->c_oflag & FFDLY) in to_compat()
1424 if (termiosp->c_oflag & BSDLY) in to_compat()