tag | line | file | source code |
---|---|---|---|
IXON | 1732 | 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 | 138 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |