Searched refs:_HAS_CHOICE (Results 1 – 5 of 5) sorted by relevance
69 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in FORM_EXPORT()70 SetStatus(nftyp, _HAS_CHOICE); in FORM_EXPORT()
65 SetStatus(typ, _HAS_CHOICE); in FORM_EXPORT()
414 _HAS_ARGS | _HAS_CHOICE | _RESIDENT,
86 #define _HAS_CHOICE (0x04U) /* Type has choice methods */ macro
3044 if (!typ || !(typ->status & _HAS_CHOICE)) in Next_Choice()3085 if (!typ || !(typ->status & _HAS_CHOICE)) in Previous_Choice()