Searched defs:FLAG_CLEAR (Results 1 – 2 of 2) sorted by relevance
89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) macro