Searched refs:menu_has_prompt (Results 1 – 6 of 6) sorted by relevance
98 bool menu_has_prompt(const struct menu *menu);
470 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
592 if (!menu_has_prompt(&rootmenu)) { in conf_parse()
522 bool menu_has_prompt(const struct menu *menu) in menu_has_prompt() function
1141 (opt_mode == OPT_PROMPT && menu_has_prompt(menu)); in visible_func()
357 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()