Home
last modified time | relevance | path

Searched refs:PARMRK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A D_termios.h88 #define PARMRK 0x00000008 /* mark parity and framing errors */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c348 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()
421 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
H A Dtty_ttydisc.c597 (!CMP_FLAG(i, PARMRK) || in ttydisc_optimize()
1038 if (CMP_FLAG(i, PARMRK) && (unsigned char)c == 0xff) { in ttydisc_rint()
1051 if (CMP_FLAG(i, PARMRK)) { in ttydisc_rint()
H A Dtty.c90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\