Lines Matching refs:opt_mode
40 static int opt_mode = OPT_NORMAL;
615 opt_mode = OPT_NORMAL;
624 opt_mode = OPT_ALL;
633 opt_mode = OPT_PROMPT;
1055 if (opt_mode == OPT_ALL && !menu_is_visible(menu))
1057 else if (opt_mode == OPT_PROMPT &&
1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) {
1362 if ((opt_mode == OPT_NORMAL && menu_is_visible(child)) ||
1363 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) ||
1364 (opt_mode == OPT_ALL && menu_get_prompt(child)))