IGNCR             101 arch/i386/stand/boot/crt0.c         tc.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
IGNCR             135 compat/ibcs2/ibcs2_ioctl.c 	if (l & IBCS2_IGNCR)	r |= IGNCR;
IGNCR             229 compat/ibcs2/ibcs2_ioctl.c 	if (l & IGNCR)		r |= IBCS2_IGNCR;
IGNCR              98 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNCR, IGNCR);
IGNCR             181 compat/linux/linux_termios.c 	lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNCR, LINUX_IGNCR);
IGNCR             267 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNCR, IGNCR);
IGNCR             355 compat/linux/linux_termios.c 	lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNCR, LINUX_IGNCR);
IGNCR             133 compat/sunos/sunos_ioctl.c 	r |=	((l & 0x00000080) ? IGNCR	: 0);
IGNCR             256 compat/sunos/sunos_ioctl.c 	r |=	((l &   IGNCR) ? 0x00000080	: 0);
IGNCR             146 compat/ultrix/ultrix_ioctl.c 	r |=	((l & 0x00000080) ? IGNCR	: 0);
IGNCR             278 compat/ultrix/ultrix_ioctl.c 	r |=	((l &   IGNCR) ? 0x00000080	: 0);
IGNCR             395 kern/tty.c     			if (ISSET(iflag, IGNCR))