Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h85 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c596 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) && in ttydisc_optimize()
598 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize()
873 if (CMP_FLAG(i, IGNBRK)) { in ttydisc_rint()
H A Dtty_compat.c345 iflag = IGNBRK; in ttcompatsetflags()
H A Dtty.c90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\