Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtermios.h122 #define PARMRK 0x00000008 /* mark parity and framing errors */ macro
/xnu-8796.121.2/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.c483 if (ISSET(iflag, PARMRK)) { in ttyinput()
490 } else if (ISSET(iflag, PARMRK)) { in ttyinput()
742 if (c == 0377 && ISSET(iflag, PARMRK) && !ISSET(iflag, ISTRIP) in ttyinput()