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

/darwin-on-arm/xnu/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))
/darwin-on-arm/xnu/bsd/sys/
H A Dtermios.h123 #define IGNPAR 0x00000004 /* ignore (discard) parity errors */ macro

Completed in 76 milliseconds