Searched refs:_HAS_CHOICE (Results 1 – 5 of 5) sorted by relevance
68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in NCURSES_EXPORT()69 SetStatus(nftyp, _HAS_CHOICE); in NCURSES_EXPORT()
59 SetStatus(typ, _HAS_CHOICE); in NCURSES_EXPORT()
411 _HAS_ARGS | _HAS_CHOICE | _RESIDENT,
86 #define _HAS_CHOICE (0x04U) /* Type has choice methods */ macro
2973 if (!typ || !(typ->status & _HAS_CHOICE)) in Next_Choice()3014 if (!typ || !(typ->status & _HAS_CHOICE)) in Previous_Choice()