taglinefilesource code
IXOFF1619drivers/char/pcxx.cunsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF);
IXOFF1276drivers/char/stallion.cif (tty->termios->c_iflag & IXOFF) {
IXOFF1316drivers/char/stallion.cif (tty->termios->c_iflag & IXOFF) {
IXOFF146include/linux/tty.h#define I_IXOFF(tty)  _I_FLAG((tty),IXOFF)