tag | line | file | source code |
IXON | 2668 | drivers/char/istallion.c | if (tiosp->c_iflag & IXON) { |
IXON | 1619 | drivers/char/pcxx.c | unsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF); |
IXON | 2097 | drivers/char/stallion.c | if (tiosp->c_iflag & IXON) { |
IXON | 1807 | drivers/char/tty_io.c | tty_std_termios.c_iflag = ICRNL | IXON; |
IXON | 120 | drivers/char/tty_ioctl.c | int old_flow = ((old_termios.c_iflag & IXON) && |
IXON | 253 | drivers/char/tty_ioctl.c | termios->c_iflag = ICRNL | IXON; |
IXON | 144 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |