Searched refs:INPCK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c525 if (iflag&INPCK) {
536 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
632 /* XXX don't set INPCK if RAW or PASS8? */
634 iflag |= INPCK;
637 iflag |= INPCK;
640 iflag &= ~INPCK;
H A Dtty.c440 } else if ((ISSET(err, TTY_PE) && ISSET(iflag, INPCK))
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h125 #define INPCK 0x00000010 /* enable checking of parity errors */ macro

Completed in 15 milliseconds