Home
last modified time | relevance | path

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

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