tag | line | file | source code |
IXON | 1614 | drivers/char/tty_io.c | tp->c_iflag = ICRNL | IXON; |
IXON | 1625 | drivers/char/tty_io.c | tp->c_iflag = ICRNL | IXON; |
IXON | 201 | drivers/char/tty_ioctl.c | old_flow = (old_termios.c_iflag & IXON) && |
IXON | 205 | drivers/char/tty_ioctl.c | new_flow = (tty->termios->c_iflag & IXON) && |
IXON | 285 | drivers/char/tty_ioctl.c | old_flow = (old_termios.c_iflag & IXON) && |
IXON | 289 | drivers/char/tty_ioctl.c | new_flow = (tty->termios->c_iflag & IXON) && |
IXON | 182 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |