Lines Matching refs:opt_mode
36 static int opt_mode = OPT_NORMAL;
611 opt_mode = OPT_NORMAL;
620 opt_mode = OPT_ALL;
629 opt_mode = OPT_PROMPT;
1053 if (opt_mode == OPT_ALL && !menu_is_visible(menu))
1055 else if (opt_mode == OPT_PROMPT &&
1277 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
1278 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
1279 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) {
1359 if ((opt_mode == OPT_NORMAL && menu_is_visible(child)) ||
1360 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) ||
1361 (opt_mode == OPT_ALL && menu_get_prompt(child)))