Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dlkc.h98 bool menu_has_prompt(const struct menu *menu);
H A Dgconf.c1024 menu_has_prompt(menu) && !menu_is_visible(menu)) in fill_row()
1236 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree()
1315 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) || in display_tree()
H A Dmconf.c469 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
H A Dparser.y548 if (!menu_has_prompt(&rootmenu)) { in conf_parse()
H A Dmenu.c511 bool menu_has_prompt(const struct menu *menu) in menu_has_prompt() function