help_gstr 1105 scripts/kconfig/qconf.cc struct gstr help_gstr = str_new(); help_gstr 1106 scripts/kconfig/qconf.cc menu_get_ext_help(_menu, &help_gstr); help_gstr 1107 scripts/kconfig/qconf.cc help = print_filter(str_get(&help_gstr)); help_gstr 1108 scripts/kconfig/qconf.cc str_free(&help_gstr);