Lines Matching refs:_C_FLAG
124 #define _C_FLAG(tty, f) ((tty)->termios.c_cflag & (f)) macro
158 #define C_BAUD(tty) _C_FLAG((tty), CBAUD)
159 #define C_CSIZE(tty) _C_FLAG((tty), CSIZE)
160 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)
161 #define C_CREAD(tty) _C_FLAG((tty), CREAD)
162 #define C_PARENB(tty) _C_FLAG((tty), PARENB)
163 #define C_PARODD(tty) _C_FLAG((tty), PARODD)
164 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
165 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
166 #define C_CIBAUD(tty) _C_FLAG((tty), CIBAUD)
167 #define C_CRTSCTS(tty) _C_FLAG((tty), CRTSCTS)
168 #define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR)