Searched refs:IGNBRK (Results 1 – 8 of 8) sorted by relevance
24 #define IGNBRK 0000001 macro
24 #define IGNBRK 0000001 /* Ignore break condition. */ macro
24 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
115 #define IGNBRK (1 << 0) /* Ignore break condition. */ macro
34 constant IGNBRK
519 @deftypevr Macro tcflag_t IGNBRK531 If this bit is set and @code{IGNBRK} is not set, a break condition535 If neither @code{BRKINT} nor @code{IGNBRK} are set, a break condition is1605 @var{termios-p}->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
8367 * sysdeps/unix/sysv/linux/bits/termios.h (IGNBRK, BRKINT, IGNPAR, PARMRK,