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

/linux-master/scripts/kconfig/
H A Dlkc.h99 bool menu_has_prompt(struct menu *menu);
H A Dgconf.c1056 menu_has_prompt(menu) && !menu_is_visible(menu))
1278 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
1360 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) ||
H A Dmconf.c468 if (show_all_options && !menu_has_prompt(menu))
H A Dparser.y513 if (!menu_has_prompt(&rootmenu)) {
H A Dmenu.c595 bool menu_has_prompt(struct menu *menu) function
H A Dqconf.cc346 if (optMode == promptOpt && menu_has_prompt(menu))

Completed in 116 milliseconds