tag | line | file | source code |
_I_FLAG | 163 | include/linux/tty.h | #define I_IGNBRK(tty) _I_FLAG((tty),IGNBRK) |
_I_FLAG | 164 | include/linux/tty.h | #define I_BRKINT(tty) _I_FLAG((tty),BRKINT) |
_I_FLAG | 165 | include/linux/tty.h | #define I_IGNPAR(tty) _I_FLAG((tty),IGNPAR) |
_I_FLAG | 166 | include/linux/tty.h | #define I_PARMRK(tty) _I_FLAG((tty),PARMRK) |
_I_FLAG | 167 | include/linux/tty.h | #define I_INPCK(tty) _I_FLAG((tty),INPCK) |
_I_FLAG | 168 | include/linux/tty.h | #define I_UCLC(tty) _I_FLAG((tty),IUCLC) |
_I_FLAG | 169 | include/linux/tty.h | #define I_NLCR(tty) _I_FLAG((tty),INLCR) |
_I_FLAG | 170 | include/linux/tty.h | #define I_CRNL(tty) _I_FLAG((tty),ICRNL) |
_I_FLAG | 171 | include/linux/tty.h | #define I_NOCR(tty) _I_FLAG((tty),IGNCR) |
_I_FLAG | 172 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |
_I_FLAG | 173 | include/linux/tty.h | #define I_IXANY(tty) _I_FLAG((tty),IXANY) |
_I_FLAG | 174 | include/linux/tty.h | #define I_STRP(tty) _I_FLAG((tty),ISTRIP) |