Lines Matching refs:_I_FLAG
52 #define _I_FLAG(tty, f) ((tty)->termios.c_iflag & (f)) macro
57 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)
58 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
59 #define I_IGNPAR(tty) _I_FLAG((tty), IGNPAR)
60 #define I_PARMRK(tty) _I_FLAG((tty), PARMRK)
61 #define I_INPCK(tty) _I_FLAG((tty), INPCK)
62 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP)
63 #define I_INLCR(tty) _I_FLAG((tty), INLCR)
64 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR)
65 #define I_ICRNL(tty) _I_FLAG((tty), ICRNL)
66 #define I_IUCLC(tty) _I_FLAG((tty), IUCLC)
67 #define I_IXON(tty) _I_FLAG((tty), IXON)
68 #define I_IXANY(tty) _I_FLAG((tty), IXANY)
69 #define I_IXOFF(tty) _I_FLAG((tty), IXOFF)
70 #define I_IMAXBEL(tty) _I_FLAG((tty), IMAXBEL)
71 #define I_IUTF8(tty) _I_FLAG((tty), IUTF8)