Home
last modified time | relevance | path

Searched refs:INPCK (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c294 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()
H A Dtty_ttydisc.c886 (flags & TRE_PARITY && CMP_FLAG(i, INPCK))) { in ttydisc_rint()
H A Dtty.c90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\
/f-stack/freebsd/sys/
H A D_termios.h89 #define INPCK 0x00000010 /* enable checking of parity errors */ macro
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c231 raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in enableRawMode()