Lines Matching refs:flag
122 BITMASK32 flag;
159 * bit mask for the flag of XIMPrivateRec
172 * macro for the flag of XIMPrivateRec
175 ((((Xim)im))->private.proto.flag & SERVER_CONNECTED)
177 ((((Xim)im))->private.proto.flag |= SERVER_CONNECTED)
179 ((((Xim)im))->private.proto.flag &= ~SERVER_CONNECTED)
182 (((Xim)im)->private.proto.flag & DYNAMIC_EVENT_FLOW)
184 (((Xim)im)->private.proto.flag |= DYNAMIC_EVENT_FLOW)
187 (((Xim)im)->private.proto.flag & USE_AUTHORIZATION_FUNC)
189 (((Xim)im)->private.proto.flag |= USE_AUTHORIZATION_FUNC)
193 (((Xim)im)->private.proto.flag & DELAYBINDABLE)
195 (((Xim)im)->private.proto.flag |= DELAYBINDABLE)
198 (((Xim)im)->private.proto.flag & RECONNECTABLE)
200 (((Xim)im)->private.proto.flag |= RECONNECTABLE)
203 (((Xim)im)->private.proto.flag & (DELAYBINDABLE|RECONNECTABLE))
205 (((Xim)im)->private.proto.flag &= ~(DELAYBINDABLE|RECONNECTABLE))
209 (((Xim)im)->private.proto.flag & FABRICATED)
211 (((Xim)im)->private.proto.flag |= FABRICATED)
213 (((Xim)im)->private.proto.flag &= ~FABRICATED)
216 (((Xim)im)->private.proto.flag & NEED_SYNC_REPLY)
218 (((Xim)im)->private.proto.flag |= NEED_SYNC_REPLY)
220 (((Xim)im)->private.proto.flag &= ~NEED_SYNC_REPLY)
253 BITMASK32 flag; /* Input Mode */
279 * bit mask for the flag of XICPrivateRec
284 * macro for the flag of XICPrivateRec
287 (((Xic)ic)->private.proto.flag & IC_CONNECTED)
289 (((Xic)ic)->private.proto.flag |= IC_CONNECTED)
291 (((Xic)ic)->private.proto.flag &= ~IC_CONNECTED)