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