tag | line | file | source code |
---|---|---|---|
_I_FLAG | 129 | include/linux/tty.h | #define I_UCLC(tty) _I_FLAG((tty),IUCLC) |
_I_FLAG | 130 | include/linux/tty.h | #define I_NLCR(tty) _I_FLAG((tty),INLCR) |
_I_FLAG | 131 | include/linux/tty.h | #define I_CRNL(tty) _I_FLAG((tty),ICRNL) |
_I_FLAG | 132 | include/linux/tty.h | #define I_NOCR(tty) _I_FLAG((tty),IGNCR) |
_I_FLAG | 133 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |
_I_FLAG | 134 | include/linux/tty.h | #define I_STRP(tty) _I_FLAG((tty),ISTRIP) |