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

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

Completed in 133 milliseconds