tag | line | file | source code |
_I_FLAG | 123 | include/linux/tty.h | #define I_IGNBRK(tty) _I_FLAG((tty),IGNBRK) |
_I_FLAG | 124 | include/linux/tty.h | #define I_BRKINT(tty) _I_FLAG((tty),BRKINT) |
_I_FLAG | 125 | include/linux/tty.h | #define I_IGNPAR(tty) _I_FLAG((tty),IGNPAR) |
_I_FLAG | 126 | include/linux/tty.h | #define I_PARMRK(tty) _I_FLAG((tty),PARMRK) |
_I_FLAG | 127 | include/linux/tty.h | #define I_INPCK(tty) _I_FLAG((tty),INPCK) |
_I_FLAG | 128 | include/linux/tty.h | #define I_ISTRIP(tty) _I_FLAG((tty),ISTRIP) |
_I_FLAG | 129 | include/linux/tty.h | #define I_INLCR(tty) _I_FLAG((tty),INLCR) |
_I_FLAG | 130 | include/linux/tty.h | #define I_IGNCR(tty) _I_FLAG((tty),IGNCR) |
_I_FLAG | 131 | include/linux/tty.h | #define I_ICRNL(tty) _I_FLAG((tty),ICRNL) |
_I_FLAG | 132 | include/linux/tty.h | #define I_IUCLC(tty) _I_FLAG((tty),IUCLC) |
_I_FLAG | 133 | include/linux/tty.h | #define I_IXON(tty) _I_FLAG((tty),IXON) |
_I_FLAG | 134 | include/linux/tty.h | #define I_IXANY(tty) _I_FLAG((tty),IXANY) |
_I_FLAG | 135 | include/linux/tty.h | #define I_IXOFF(tty) _I_FLAG((tty),IXOFF) |
_I_FLAG | 136 | include/linux/tty.h | #define I_IMAXBEL(tty) _I_FLAG((tty),IMAXBEL) |