Lines Matching refs:c_oflag
2233 if (tp->t_modes.c_oflag & ONLRET) in ldterm_tabcols()
2343 if (tp->t_modes.c_oflag & ONLRET) in ldterm_tabcols()
2869 if (tp->t_modes.c_oflag & OLCUC) in ldterm_echo()
2903 if ((tp->t_modes.c_oflag & OPOST) || in ldterm_outchar()
3321 if (((tp->t_modes.c_oflag & OPOST) || in ldtermwmsg()
3525 if (!(tp->t_modes.c_oflag & OPOST)) { in ldterm_output_msg()
3542 (tp->t_modes.c_oflag & OLCUC) && in ldterm_output_msg()
3578 (tp->t_modes.c_oflag & OLCUC ? in ldterm_output_msg()
3583 (tp->t_modes.c_oflag & OLCUC ? in ldterm_output_msg()
3665 if (c == '\r' && (tp->t_modes.c_oflag & OCRNL)) { in ldterm_output_msg()
3690 if (c == '\n' && (tp->t_modes.c_oflag & ONLCR)) { in ldterm_output_msg()
3744 if (tp->t_modes.c_oflag & OLCUC) in ldterm_output_msg()
3755 if (tp->t_modes.c_oflag & OLCUC) in ldterm_output_msg()
3788 if (tp->t_modes.c_oflag & BSDLY) { in ldterm_output_msg()
3789 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3797 if (tp->t_modes.c_oflag & ONLRET) in ldterm_output_msg()
3799 if ((tp->t_modes.c_oflag & NLDLY) == NL1) in ldterm_output_msg()
3814 if ((tp->t_modes.c_oflag & TABDLY) == XTABS) { in ldterm_output_msg()
3839 if (tp->t_modes.c_oflag & OFILL) { in ldterm_output_msg()
3840 if (tp->t_modes.c_oflag & in ldterm_output_msg()
3844 switch (tp->t_modes.c_oflag & in ldterm_output_msg()
3864 if ((tp->t_modes.c_oflag & VTDLY) && in ldterm_output_msg()
3865 !(tp->t_modes.c_oflag & OFILL)) in ldterm_output_msg()
3877 (tp->t_modes.c_oflag & ONOCR)) in ldterm_output_msg()
3881 switch (tp->t_modes.c_oflag & CRDLY) { in ldterm_output_msg()
3884 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3891 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3898 if (tp->t_modes.c_oflag & OFILL) in ldterm_output_msg()
3911 if (tp->t_modes.c_oflag & OFILL) { in ldterm_output_msg()
3917 if (tp->t_modes.c_oflag & OFDEL) in ldterm_output_msg()
4181 tp->t_amodes.c_oflag = in ldterm_do_ioctl()
4182 (tp->t_amodes.c_oflag & 0xffff0000 | cb->c_oflag); in ldterm_do_ioctl()
4886 cb->c_oflag = tp->t_amodes.c_oflag; /* cb->c_cflag */ in ldterm_ioctl_reply()
5007 tp->t_modes.c_oflag = tp->t_amodes.c_oflag & ~(tp->t_dmodes.c_oflag); in ldterm_adjust_modes()