Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtermios.h119 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
/xnu-12377.41.6/bsd/kern/
H A Dtty_compat.c648 iflag = IGNBRK; in ttcompatsetflags()
H A Dtty.c534 if (ISSET(iflag, IGNBRK)) { in ttyinput()
803 && ISSET(iflag, IGNBRK | IGNPAR) != (IGNBRK | IGNPAR)) { in ttyinput()