INPCK             270 compat/common/tty_43.c 		if (ISSET(iflag, INPCK)) {
INPCK             380 compat/common/tty_43.c 			CLR(iflag, INPCK);
INPCK             384 compat/common/tty_43.c 			SET(iflag, INPCK);
INPCK             389 compat/common/tty_43.c 			SET(iflag, INPCK);
INPCK             132 compat/ibcs2/ibcs2_ioctl.c 	if (l & IBCS2_INPCK)	r |= INPCK;
INPCK             226 compat/ibcs2/ibcs2_ioctl.c 	if (l & INPCK)		r |= IBCS2_INPCK;
INPCK              95 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_INPCK, INPCK);
INPCK             178 compat/linux/linux_termios.c 	lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, INPCK, LINUX_INPCK);
INPCK             264 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_INPCK, INPCK);
INPCK             352 compat/linux/linux_termios.c 	lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, INPCK, LINUX_INPCK);
INPCK             130 compat/sunos/sunos_ioctl.c 	r |=	((l & 0x00000010) ? INPCK	: 0);
INPCK             253 compat/sunos/sunos_ioctl.c 	r |=	((l &   INPCK) ? 0x00000010	: 0);
INPCK             143 compat/ultrix/ultrix_ioctl.c 	r |=	((l & 0x00000010) ? INPCK	: 0);
INPCK             275 compat/ultrix/ultrix_ioctl.c 	r |=	((l &   INPCK) ? 0x00000010	: 0);
INPCK             745 dev/ic/cy.c    	if (!ISSET(t->c_iflag, INPCK))
INPCK            1276 dev/sbus/magma.c 	if (!ISSET(t->c_iflag, INPCK))
INPCK             615 dev/sbus/spif.c 	if (!ISSET(t->c_iflag, INPCK))
INPCK             281 kern/tty.c     		} else if ((ISSET(error, TTY_PE) && ISSET(iflag, INPCK)) ||