taglinefilesource code
_I_FLAG171include/linux/tty.h#define I_IGNBRK(tty)  _I_FLAG((tty),IGNBRK)
_I_FLAG172include/linux/tty.h#define I_BRKINT(tty)  _I_FLAG((tty),BRKINT)
_I_FLAG173include/linux/tty.h#define I_IGNPAR(tty)  _I_FLAG((tty),IGNPAR)
_I_FLAG174include/linux/tty.h#define I_PARMRK(tty)  _I_FLAG((tty),PARMRK)
_I_FLAG175include/linux/tty.h#define I_INPCK(tty)  _I_FLAG((tty),INPCK)
_I_FLAG176include/linux/tty.h#define I_ISTRIP(tty)  _I_FLAG((tty),ISTRIP)
_I_FLAG177include/linux/tty.h#define I_INLCR(tty)  _I_FLAG((tty),INLCR)
_I_FLAG178include/linux/tty.h#define I_IGNCR(tty)  _I_FLAG((tty),IGNCR)
_I_FLAG179include/linux/tty.h#define I_ICRNL(tty)  _I_FLAG((tty),ICRNL)
_I_FLAG180include/linux/tty.h#define I_IUCLC(tty)  _I_FLAG((tty),IUCLC)
_I_FLAG181include/linux/tty.h#define I_IXON(tty)  _I_FLAG((tty),IXON)
_I_FLAG182include/linux/tty.h#define I_IXANY(tty)  _I_FLAG((tty),IXANY)
_I_FLAG183include/linux/tty.h#define I_IXOFF(tty)  _I_FLAG((tty),IXOFF)
_I_FLAG184include/linux/tty.h#define I_IMAXBEL(tty)  _I_FLAG((tty),IMAXBEL)