Home
last modified time | relevance | path

Searched refs:menu_get_help (Results 1 – 7 of 7) sorted by relevance

/scripts/kconfig/
Dlkc_proto.h19 P(menu_get_help,const char *,(struct menu *menu));
Dkxgettext.c174 message__add(menu_get_help(menu), menu->sym->name, in menu_build_message_list()
Dconf.c46 return _(menu_get_help(menu)); in get_help()
Dqconf.cc1044 help = menu_get_help(menu); in menuInfo()
1047 help = print_filter(menu_get_help(menu)); in menuInfo()
1049 help = print_filter(_(menu_get_help(menu))); in menuInfo()
Dmenu.c447 const char *menu_get_help(struct menu *menu) in menu_get_help() function
Dmconf.c708 str_append(&help, _(menu_get_help(menu))); in show_help()
Dgconf.c462 help = menu_get_help(menu); in text_insert_help()