Searched refs:INPCK (Results 1 – 3 of 3) sorted by relevance
573 if (iflag & INPCK) { in ttcompatgetflags()586 if (iflag & (INPCK | ISTRIP | IXON) || lflag & (IEXTEN | ISIG) in ttcompatgetflags()699 iflag |= INPCK; in ttcompatsetflags()702 iflag |= INPCK; in ttcompatsetflags()705 iflag &= ~INPCK; in ttcompatsetflags()
546 } else if ((ISSET(err, TTY_PE) && ISSET(iflag, INPCK)) in ttyinput()
123 #define INPCK 0x00000010 /* enable checking of parity errors */ macro