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

/openbsd-current/lib/libmenu/
H A Dm_item_opt.c61 opts &= ALL_ITEM_OPTS;
63 if (opts & ~ALL_ITEM_OPTS)
108 if (opts & ~ALL_ITEM_OPTS)
113 opts = citem->opt & ~(opts & ALL_ITEM_OPTS);
136 opts &= ALL_ITEM_OPTS;
137 if (opts & ~ALL_ITEM_OPTS)
159 returnItemOpts(ALL_ITEM_OPTS & Normalize_Item(item)->opt);
H A Dmenu.priv.h90 #define ALL_ITEM_OPTS (O_SELECTABLE) macro
H A Dm_global.c91 ALL_ITEM_OPTS, /* options */

Completed in 60 milliseconds