Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c190 if (menu_has_help(menu)) in conf_sym()
295 if (menu_has_help(menu)) in conf_choice()
H A Dmenu.c497 bool menu_has_help(struct menu *menu) in menu_has_help() function
598 if (menu_has_help(menu)) { in menu_get_ext_help()
H A Dlkc_proto.h22 P(menu_has_help,bool,(struct menu *menu));
H A Dkxgettext.c180 if (menu->sym != NULL && menu_has_help(menu)) in menu_build_message_list()
H A Dnconf.c1227 if (menu && menu->sym && menu_has_help(menu)) { in show_help()