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 Dmconf.c470 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
H A Dparser.y592 if (!menu_has_prompt(&rootmenu)) { in conf_parse()
H A Dmenu.c512 bool menu_has_prompt(const struct menu *menu) in menu_has_prompt() function
H A Dgconf.c1130 (opt_mode == OPT_PROMPT && menu_has_prompt(menu)); in visible_func()