| tag | line | file | source code |
| _I_FLAG | 150 | include/linux/tty.h | #define I_UCLC(tty) _I_FLAG((tty),IUCLC) |
| _I_FLAG | 151 | include/linux/tty.h | #define I_NLCR(tty) _I_FLAG((tty),INLCR) |
| _I_FLAG | 152 | include/linux/tty.h | #define I_CRNL(tty) _I_FLAG((tty),ICRNL) |
| _I_FLAG | 153 | include/linux/tty.h | #define I_NOCR(tty) _I_FLAG((tty),IGNCR) |
| _I_FLAG | 154 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |
| _I_FLAG | 155 | include/linux/tty.h | #define I_IXANY(tty) _I_FLAG((tty),IXANY) |
| _I_FLAG | 156 | include/linux/tty.h | #define I_STRP(tty) _I_FLAG((tty),ISTRIP) |