Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h87 #define IGNPAR 0x00000004 /* ignore (discard) parity 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.c598 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize()
887 if (CMP_FLAG(i, IGNPAR)) { in ttydisc_rint()
H A Dtty.c90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\