Searched refs:INPCK (Results 1 – 5 of 5) sorted by relevance
294 if (iflag&INPCK) { in ttcompatgetflags()305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()391 iflag |= INPCK; in ttcompatsetflags()394 iflag |= INPCK; in ttcompatsetflags()397 iflag &= ~INPCK; in ttcompatsetflags()
886 (flags & TRE_PARITY && CMP_FLAG(i, INPCK))) { in ttydisc_rint()
90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\
89 #define INPCK 0x00000010 /* enable checking of parity errors */ macro
231 raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in enableRawMode()