Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ncurses/form/
HDfld_ftlink.c68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in NCURSES_EXPORT()
69 SetStatus(nftyp, _HAS_CHOICE); in NCURSES_EXPORT()
HDfld_ftchoice.c59 SetStatus(typ, _HAS_CHOICE); in NCURSES_EXPORT()
HDfty_enum.c411 _HAS_ARGS | _HAS_CHOICE | _RESIDENT,
HDform.priv.h86 #define _HAS_CHOICE (0x04U) /* Type has choice methods */ macro
HDfrm_driver.c2973 if (!typ || !(typ->status & _HAS_CHOICE)) in Next_Choice()
3014 if (!typ || !(typ->status & _HAS_CHOICE)) in Previous_Choice()