tag | line | file | source code |
---|---|---|---|
IXANY | 2670 | drivers/char/istallion.c | if (tiosp->c_iflag & IXANY) |
IXANY | 1619 | drivers/char/pcxx.c | unsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF); |
IXANY | 2100 | drivers/char/stallion.c | if (tiosp->c_iflag & IXANY) |
IXANY | 145 | include/linux/tty.h | #define I_IXANY(tty) _I_FLAG((tty),IXANY) |