Searched refs:menu_has_prompt (Results 1 – 11 of 11) sorted by relevance
20 bool menu_has_prompt(struct menu *menu);
1058 menu_has_prompt(menu) && !menu_is_visible(menu)) in fill_row()1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree()1363 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) || in display_tree()
481 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
607 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() function
354 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()
99 bool menu_has_prompt(struct menu *menu);
1056 menu_has_prompt(menu) && !menu_is_visible(menu)) in fill_row()1278 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree()1360 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) || in display_tree()
519 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
499 if (!menu_has_prompt(&rootmenu)) {
592 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() function
346 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()