Lines Matching refs:_I_FLAG
183 #define _I_FLAG(tty,f) ((tty)->termios->c_iflag & (f)) macro
188 #define I_IGNBRK(tty) _I_FLAG((tty),IGNBRK)
189 #define I_BRKINT(tty) _I_FLAG((tty),BRKINT)
190 #define I_IGNPAR(tty) _I_FLAG((tty),IGNPAR)
191 #define I_PARMRK(tty) _I_FLAG((tty),PARMRK)
192 #define I_INPCK(tty) _I_FLAG((tty),INPCK)
193 #define I_ISTRIP(tty) _I_FLAG((tty),ISTRIP)
194 #define I_INLCR(tty) _I_FLAG((tty),INLCR)
195 #define I_IGNCR(tty) _I_FLAG((tty),IGNCR)
196 #define I_ICRNL(tty) _I_FLAG((tty),ICRNL)
197 #define I_IUCLC(tty) _I_FLAG((tty),IUCLC)
198 #define I_IXON(tty) _I_FLAG((tty),IXON)
199 #define I_IXANY(tty) _I_FLAG((tty),IXANY)
200 #define I_IXOFF(tty) _I_FLAG((tty),IXOFF)
201 #define I_IMAXBEL(tty) _I_FLAG((tty),IMAXBEL)