Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/menu/
H A Dm_item_opt.c59 opts &= ALL_ITEM_OPTS; in MENU_EXPORT()
61 if (opts & ~ALL_ITEM_OPTS) in MENU_EXPORT()
106 if (opts & ~ALL_ITEM_OPTS) in item_opts_off()
111 opts = citem->opt & ~(opts & ALL_ITEM_OPTS); in item_opts_off()
134 opts &= ALL_ITEM_OPTS; in item_opts_on()
135 if (opts & ~ALL_ITEM_OPTS) in item_opts_on()
157 returnItemOpts(ALL_ITEM_OPTS & Normalize_Item(item)->opt); in item_opts()
H A Dmenu.priv.h88 #define ALL_ITEM_OPTS (O_SELECTABLE) macro
H A Dm_global.c89 ALL_ITEM_OPTS, /* options */