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

/xnu-2422.115.4/bsd/sys/
H A Dtermios.h119 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c599 iflag = IGNBRK;
H A Dtty.c542 if (ISSET(iflag, IGNBRK)) {
802 && ISSET(iflag, IGNBRK|IGNPAR) != (IGNBRK|IGNPAR))

Completed in 37 milliseconds