gstr               49 scripts/kconfig/conf.c 	struct gstr help = str_new();
gstr             1137 scripts/kconfig/expr.c 	struct gstr *gs = (struct gstr*)data;
gstr             1165 scripts/kconfig/expr.c void expr_gstr_print(struct expr *e, struct gstr *gs)
gstr              224 scripts/kconfig/expr.h struct gstr; /* forward */
gstr              225 scripts/kconfig/expr.h void expr_gstr_print(struct expr *e, struct gstr *gs);
gstr              396 scripts/kconfig/gconf.c 	struct gstr help = str_new();
gstr              139 scripts/kconfig/lkc.h struct gstr str_new(void);
gstr              140 scripts/kconfig/lkc.h struct gstr str_assign(const char *s);
gstr              141 scripts/kconfig/lkc.h void str_free(struct gstr *gs);
gstr              142 scripts/kconfig/lkc.h void str_append(struct gstr *gs, const char *s);
gstr              143 scripts/kconfig/lkc.h void str_printf(struct gstr *gs, const char *fmt, ...);
gstr              144 scripts/kconfig/lkc.h const char *str_get(struct gstr *gs);
gstr               25 scripts/kconfig/lkc_proto.h P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct list_head
gstr               27 scripts/kconfig/lkc_proto.h P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head
gstr               29 scripts/kconfig/lkc_proto.h P(menu_get_ext_help,void,(struct menu *menu, struct gstr *help));
gstr              393 scripts/kconfig/mconf.c 	struct gstr res;
gstr              394 scripts/kconfig/mconf.c 	struct gstr title;
gstr              398 scripts/kconfig/mconf.c 	struct gstr sttext;
gstr              788 scripts/kconfig/mconf.c 	struct gstr help = str_new();
gstr              546 scripts/kconfig/menu.c static void get_prompt_str(struct gstr *r, struct property *prop,
gstr              618 scripts/kconfig/menu.c void get_symbol_str(struct gstr *r, struct symbol *sym,
gstr              670 scripts/kconfig/menu.c struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head)
gstr              673 scripts/kconfig/menu.c 	struct gstr res = str_new();
gstr              684 scripts/kconfig/menu.c void menu_get_ext_help(struct menu *menu, struct gstr *help)
gstr              692 scripts/kconfig/nconf.c 	struct gstr res;
gstr              693 scripts/kconfig/nconf.c 	struct gstr title;
gstr             1221 scripts/kconfig/nconf.c 	struct gstr help;
gstr             1050 scripts/kconfig/qconf.cc 		struct gstr help_gstr = str_new();
gstr               81 scripts/kconfig/util.c struct gstr str_new(void)
gstr               83 scripts/kconfig/util.c 	struct gstr gs;
gstr               92 scripts/kconfig/util.c struct gstr str_assign(const char *s)
gstr               94 scripts/kconfig/util.c 	struct gstr gs;
gstr              102 scripts/kconfig/util.c void str_free(struct gstr *gs)
gstr              111 scripts/kconfig/util.c void str_append(struct gstr *gs, const char *s)
gstr              125 scripts/kconfig/util.c void str_printf(struct gstr *gs, const char *fmt, ...)
gstr              136 scripts/kconfig/util.c const char *str_get(struct gstr *gs)