Home
last modified time | relevance | path

Searched refs:help_gstr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.cc1114 struct gstr help_gstr = str_new(); in menuInfo() local
1115 menu_get_ext_help(_menu, &help_gstr); in menuInfo()
1116 help = print_filter(str_get(&help_gstr)); in menuInfo()
1117 str_free(&help_gstr); in menuInfo()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.cc1037 struct gstr help_gstr = str_new(); in menuInfo() local
1039 menu_get_ext_help(_menu, &help_gstr); in menuInfo()
1040 stream << print_filter(str_get(&help_gstr)); in menuInfo()
1041 str_free(&help_gstr); in menuInfo()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.cc1114 struct gstr help_gstr = str_new(); in menuInfo() local
1115 menu_get_ext_help(_menu, &help_gstr); in menuInfo()
1116 help = print_filter(str_get(&help_gstr)); in menuInfo()
1117 str_free(&help_gstr); in menuInfo()