OPOST             102 arch/i386/stand/boot/crt0.c         tc.c_oflag &= ~OPOST;
OPOST             291 compat/common/tty_43.c 		if (!ISSET(oflag, OPOST))
OPOST             403 compat/common/tty_43.c 			SET(oflag, OPOST);
OPOST             405 compat/common/tty_43.c 			CLR(oflag, OPOST);
OPOST             412 compat/common/tty_43.c 		SET(oflag, OPOST);
OPOST             478 compat/common/tty_43.c 			SET(oflag, OPOST);
OPOST             480 compat/common/tty_43.c 			CLR(oflag, OPOST);
OPOST             487 compat/common/tty_43.c 		SET(oflag, OPOST);
OPOST             113 compat/hpux/hpux_tty.c 		if (tios.c_oflag & OPOST)
OPOST             245 compat/hpux/hpux_tty.c 		tios.c_oflag &= ~(OPOST|ONLCR|OXTABS);
OPOST             247 compat/hpux/hpux_tty.c 			tios.c_oflag |= OPOST;
OPOST             144 compat/ibcs2/ibcs2_ioctl.c 	if (l & IBCS2_OPOST)	r |= OPOST;
OPOST             238 compat/ibcs2/ibcs2_ioctl.c 	if (l & OPOST)		r |= IBCS2_OPOST;
OPOST             106 compat/linux/linux_termios.c 	bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_OPOST, OPOST);
OPOST             189 compat/linux/linux_termios.c 	lt->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST);
OPOST             275 compat/linux/linux_termios.c 	bts->c_oflag |= cvtto_bsd_mask(lts->c_oflag, LINUX_OPOST, OPOST);
OPOST             363 compat/linux/linux_termios.c 	lts->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST);
OPOST             143 compat/sunos/sunos_ioctl.c 	r = 	((l & 0x00000001) ? OPOST	: 0);
OPOST             266 compat/sunos/sunos_ioctl.c 	r =	((l &   OPOST) ? 0x00000001	: 0);
OPOST             156 compat/ultrix/ultrix_ioctl.c 	r = 	((l & 0x00000001) ? OPOST	: 0);
OPOST             288 compat/ultrix/ultrix_ioctl.c 	r =	((l &   OPOST) ? 0x00000001	: 0);
OPOST             600 kern/tty.c     	if (!ISSET(oflag, OPOST)) {
OPOST            1752 kern/tty.c     			if (!ISSET(tp->t_oflag, OPOST))
OPOST              50 sys/ttydefaults.h #define TTYDEF_OFLAG	(OPOST | ONLCR | OXTABS)