Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dlkc_proto.h20 bool menu_has_prompt(struct menu *menu);
H A Dgconf.c1058 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()
H A Dmconf.c481 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
H A Dmenu.c607 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() function
H A Dqconf.cc354 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dlkc_proto.h19 bool menu_has_prompt(struct menu *menu);
H A Dgconf.c1058 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()
H A Dmconf.c481 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
H A Dmenu.c454 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() function
H A Dqconf.cc354 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlkc.h116 bool menu_has_prompt(struct menu *menu);
H A Dgconf.c1058 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()
H A Dmconf.c481 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
H A Dparser.y508 if (!menu_has_prompt(&rootmenu)) {
H A Dmenu.c615 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() function
H A Dqconf.cc342 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()