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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h121 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c588 iflag = IGNBRK;
H A Dtty.c429 if (ISSET(iflag, IGNBRK)) {
673 && ISSET(iflag, IGNBRK|IGNPAR) != (IGNBRK|IGNPAR))

Completed in 30 milliseconds