Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_iflag.h24 #define IGNBRK 0000001 macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-c_iflag.h24 #define IGNBRK 0000001 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_iflag.h24 #define IGNBRK 0000001 /* Ignore break condition. */ macro
/glibc-2.36/termios/
Dcfmakeraw.c24 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/glibc-2.36/bits/
Dtermios.h115 #define IGNBRK (1 << 0) /* Ignore break condition. */ macro
/glibc-2.36/conform/data/
Dtermios.h-data34 constant IGNBRK
/glibc-2.36/manual/
Dterminal.texi519 @deftypevr Macro tcflag_t IGNBRK
531 If this bit is set and @code{IGNBRK} is not set, a break condition
535 If neither @code{BRKINT} nor @code{IGNBRK} are set, a break condition is
1605 @var{termios-p}->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
/glibc-2.36/ChangeLog.old/
DChangeLog.198367 * sysdeps/unix/sysv/linux/bits/termios.h (IGNBRK, BRKINT, IGNPAR, PARMRK,