Home
last modified time | relevance | path

Searched refs:_HAS_CHOICE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/form/
H A Dfld_ftlink.c69 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in FORM_EXPORT()
70 SetStatus(nftyp, _HAS_CHOICE); in FORM_EXPORT()
H A Dfld_ftchoice.c65 SetStatus(typ, _HAS_CHOICE); in FORM_EXPORT()
H A Dfty_enum.c414 _HAS_ARGS | _HAS_CHOICE | _RESIDENT,
H A Dform.priv.h86 #define _HAS_CHOICE (0x04U) /* Type has choice methods */ macro
H A Dfrm_driver.c3044 if (!typ || !(typ->status & _HAS_CHOICE)) in Next_Choice()
3085 if (!typ || !(typ->status & _HAS_CHOICE)) in Previous_Choice()