Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h121 #define IGNPAR 0x00000004 /* ignore (discard) parity errors */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c651 iflag &= ~(PARMRK | IGNPAR | IGNCR | INLCR); in ttcompatsetflags()
746 iflag &= ~(PARMRK | IGNPAR | IGNCR | INLCR); in ttcompatsetlflags()
H A Dtty.c487 if (ISSET(iflag, IGNPAR)) { in ttyinput()
742 && ISSET(iflag, IGNBRK | IGNPAR) != (IGNBRK | IGNPAR)) { in ttyinput()