tag
line
file
source code
IXOFF
1361
drivers/char/stallion.c
if (tty->termios->c_iflag & IXOFF) {
IXOFF
1401
drivers/char/stallion.c
if (tty->termios->c_iflag & IXOFF) {
IXOFF
139
include/linux/tty.h
#define I_IXOFF(tty) _I_FLAG((tty),IXOFF)