Searched refs:IXON (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | termios-c_iflag.h | 33 #define IXON 0001000 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | termios-c_iflag.h | 33 #define IXON 0001000 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | termios-c_iflag.h | 35 #define IXON 0002000 /* Enable start/stop output control. */ macro
|
/glibc-2.36/termios/ |
D | cfmakeraw.c | 24 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/glibc-2.36/sysdeps/generic/sys/ |
D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/glibc-2.36/sysdeps/unix/sysv/linux/sys/ |
D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/glibc-2.36/bits/ |
D | termios.h | 124 #define IXON (1 << 9) /* Enable start/stop output control. */ macro
|
/glibc-2.36/conform/data/ |
D | termios.h-data | 47 constant IXON
|
/glibc-2.36/manual/ |
D | terminal.texi | 151 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/ |
D | ChangeLog.19 | 8368 INPCK, ISTRIP, INLCR, IGNCR, ICRNL, IXON, IXOFF, IXANY, IUCLC, IMAXBEL,
|