taglinefilesource code
_I_FLAG123include/linux/tty.h#define I_IGNBRK(tty)  _I_FLAG((tty),IGNBRK)
_I_FLAG124include/linux/tty.h#define I_BRKINT(tty)  _I_FLAG((tty),BRKINT)
_I_FLAG125include/linux/tty.h#define I_IGNPAR(tty)  _I_FLAG((tty),IGNPAR)
_I_FLAG126include/linux/tty.h#define I_PARMRK(tty)  _I_FLAG((tty),PARMRK)
_I_FLAG127include/linux/tty.h#define I_INPCK(tty)  _I_FLAG((tty),INPCK)
_I_FLAG128include/linux/tty.h#define I_ISTRIP(tty)  _I_FLAG((tty),ISTRIP)
_I_FLAG129include/linux/tty.h#define I_INLCR(tty)  _I_FLAG((tty),INLCR)
_I_FLAG130include/linux/tty.h#define I_IGNCR(tty)  _I_FLAG((tty),IGNCR)
_I_FLAG131include/linux/tty.h#define I_ICRNL(tty)  _I_FLAG((tty),ICRNL)
_I_FLAG132include/linux/tty.h#define I_IUCLC(tty)  _I_FLAG((tty),IUCLC)
_I_FLAG133include/linux/tty.h#define I_IXON(tty)  _I_FLAG((tty),IXON)
_I_FLAG134include/linux/tty.h#define I_IXANY(tty)  _I_FLAG((tty),IXANY)
_I_FLAG135include/linux/tty.h#define I_IXOFF(tty)  _I_FLAG((tty),IXOFF)
_I_FLAG136include/linux/tty.h#define I_IMAXBEL(tty)  _I_FLAG((tty),IMAXBEL)