Searched refs:PARMRK (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.c527 * The 3 is slop for PARMRK.
553 if (ISSET(iflag, PARMRK))
560 else if (ISSET(iflag, PARMRK)) {
801 if ( c == 0377 && ISSET(iflag, PARMRK) && !ISSET(iflag, ISTRIP)
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h122 #define PARMRK 0x00000008 /* mark parity and framing errors */ macro

Completed in 29 milliseconds