Home
last modified time | relevance | path

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

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