Home
last modified time | relevance | path

Searched refs:menu_has_prompt (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/scripts/kconfig/
Dlkc.h99 bool menu_has_prompt(struct menu *menu);
Dgconf.c1059 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()
Dmconf.c478 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
Dparser.y499 if (!menu_has_prompt(&rootmenu)) {
Dmenu.c594 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() function
Dqconf.cc344 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()