Home
last modified time | relevance | path

Searched refs:ALL_ITEM_OPTS (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ncurses/menu/
Dm_item_opt.c58 opts &= ALL_ITEM_OPTS; in NCURSES_EXPORT()
60 if (opts & ~ALL_ITEM_OPTS) in NCURSES_EXPORT()
105 if (opts & ~ALL_ITEM_OPTS) in item_opts_off()
110 opts = citem->opt & ~(opts & ALL_ITEM_OPTS); in item_opts_off()
133 opts &= ALL_ITEM_OPTS; in item_opts_on()
134 if (opts & ~ALL_ITEM_OPTS) in item_opts_on()
156 returnItemOpts(ALL_ITEM_OPTS & Normalize_Item(item)->opt); in item_opts()
Dmenu.priv.h83 #define ALL_ITEM_OPTS (O_SELECTABLE) macro
Dm_global.c88 ALL_ITEM_OPTS, /* options */