Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ncurses/menu/
HDm_opts.c60 opts &= ALL_MENU_OPTS; in NCURSES_EXPORT()
62 if (opts & ~ALL_MENU_OPTS) in NCURSES_EXPORT()
124 opts &= ALL_MENU_OPTS; in menu_opts_off()
125 if (opts & ~ALL_MENU_OPTS) in menu_opts_off()
157 opts &= ALL_MENU_OPTS; in menu_opts_on()
158 if (opts & ~ALL_MENU_OPTS) in menu_opts_on()
180 returnMenuOpts(ALL_MENU_OPTS & Normalize_Menu(menu)->opt); in menu_opts()
HDmenu.priv.h75 #define ALL_MENU_OPTS ( \ macro
HDm_global.c79 ALL_MENU_OPTS, /* options */