Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_iflag.h31 #define IGNCR 0000200 macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-c_iflag.h31 #define IGNCR 0000200 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_iflag.h31 #define IGNCR 0000200 /* Ignore CR. */ 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.h122 #define IGNCR (1 << 7) /* Ignore CR. */ macro
/glibc-2.36/conform/data/
Dtermios.h-data35 constant IGNCR
/glibc-2.36/manual/
Dterminal.texi541 @deftypevr Macro tcflag_t IGNCR
551 If this bit is set and @code{IGNCR} is not set, carriage return characters
1606 |INLCR|IGNCR|ICRNL|IXON);
/glibc-2.36/ChangeLog.old/
DChangeLog.198368 INPCK, ISTRIP, INLCR, IGNCR, ICRNL, IXON, IXOFF, IXANY, IUCLC, IMAXBEL,