Home
last modified time | relevance | path

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

/openbsd/lib/libmenu/
H A Dm_opts.c63 opts &= ALL_MENU_OPTS; in MENU_EXPORT()
65 if (opts & ~ALL_MENU_OPTS) in MENU_EXPORT()
127 opts &= ALL_MENU_OPTS; in menu_opts_off()
128 if (opts & ~ALL_MENU_OPTS) in menu_opts_off()
160 opts &= ALL_MENU_OPTS; in menu_opts_on()
161 if (opts & ~ALL_MENU_OPTS) in menu_opts_on()
183 returnMenuOpts(ALL_MENU_OPTS & Normalize_Menu(menu)->opt); in menu_opts()
H A Dmenu.priv.h81 #define ALL_MENU_OPTS ( \ macro
H A Dm_global.c82 ALL_MENU_OPTS, /* options */