Home
last modified time | relevance | path

Searched refs:IXON (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_iflag.h33 #define IXON 0001000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-c_iflag.h33 #define IXON 0001000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_iflag.h35 #define IXON 0002000 /* Enable start/stop output control. */ macro
/glibc-2.36/termios/
Dcfmakeraw.c24 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/glibc-2.36/sysdeps/generic/sys/
Dttydefaults.h46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Dttydefaults.h46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/glibc-2.36/bits/
Dtermios.h124 #define IXON (1 << 9) /* Enable start/stop output control. */ macro
/glibc-2.36/conform/data/
Dtermios.h-data47 constant IXON
/glibc-2.36/manual/
Dterminal.texi151 setting the @code{IXON} input mode bit (@pxref{Input Modes}), the
572 @deftypevr Macro tcflag_t IXON
1395 input mode, but their use is controlled by the flags @code{IXON} and
1405 The START character is used to support the @code{IXON} and @code{IXOFF}
1406 input modes. If @code{IXON} is set, receiving a START character resumes
1425 The STOP character is used to support the @code{IXON} and @code{IXOFF}
1426 input modes. If @code{IXON} is set, receiving a STOP character causes
1606 |INLCR|IGNCR|ICRNL|IXON);
/glibc-2.36/ChangeLog.old/
DChangeLog.198368 INPCK, ISTRIP, INLCR, IGNCR, ICRNL, IXON, IXOFF, IXANY, IUCLC, IMAXBEL,