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

/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c602 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR);
689 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR);
H A Dtty.c557 if (ISSET(iflag, IGNPAR)) {
802 && ISSET(iflag, IGNBRK|IGNPAR) != (IGNBRK|IGNPAR))
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h121 #define IGNPAR 0x00000004 /* ignore (discard) parity errors */ macro

Completed in 30 milliseconds