Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c1116 menu_has_prompt(menu) && !menu_is_visible(menu)) in fill_row()
1340 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree()
1422 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) || in display_tree()
H A Dlkc_proto.h18 P(menu_has_prompt, bool, (struct menu *menu));
H A Dmconf.c353 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
H A Dmenu.c426 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() function
H A Dqconf.cc371 if (optMode == promptOpt && menu_has_prompt(menu)) in menuSkip()