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