Home
last modified time | relevance | path

Searched refs:gstr (Results 1 – 14 of 14) sorted by relevance

/scripts/kconfig/
Dlkc.h41 extern struct gstr autoconf_cmd;
59 struct gstr { struct
68 struct gstr str_new(void); argument
69 void str_free(struct gstr *gs);
70 void str_append(struct gstr *gs, const char *s);
71 void str_printf(struct gstr *gs, const char *fmt, ...);
72 char *str_get(const struct gstr *gs);
102 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
103 void menu_get_ext_help(struct menu *menu, struct gstr *help);
Dutil.c49 struct gstr str_new(void) in str_new()
51 struct gstr gs; in str_new()
60 void str_free(struct gstr *gs) in str_free()
68 void str_append(struct gstr *gs, const char *s) in str_append()
82 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
93 char *str_get(const struct gstr *gs) in str_get()
Dpreprocess.h11 struct gstr;
12 void env_write_dep(struct gstr *gs);
Dexpr.h302 struct gstr; /* forward */
303 void expr_gstr_print(const struct expr *e, struct gstr *gs);
304 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
Dmenu.c589 static void get_def_str(struct gstr *r, const struct menu *menu) in get_def_str()
595 static void get_dep_str(struct gstr *r, const struct expr *expr, in get_dep_str()
610 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
669 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
690 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
742 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
745 struct gstr res = str_new(); in get_relations_str()
756 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
Dmconf.c374 struct gstr help = str_new(); in show_help()
386 struct gstr res; in search_conf()
387 struct gstr title; in search_conf()
391 struct gstr sttext; in search_conf()
Dexpr.c1119 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper()
1147 void expr_gstr_print(const struct expr *e, struct gstr *gs) in expr_gstr_print()
1176 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
Dnconf.c702 struct gstr res; in search_conf()
703 struct gstr title; in search_conf()
1220 struct gstr help; in show_help()
Dpreprocess.c92 void env_write_dep(struct gstr *s) in env_write_dep()
Dconf.c52 struct gstr help = str_new(); in print_help()
Dconfdata.c25 struct gstr autoconf_cmd;
Dsymbol.c362 struct gstr gs = str_new(); in sym_warn_unmet_dep()
Dgconf.c335 struct gstr help = str_new(); in text_insert_help()
Dqconf.cc1045 struct gstr help_gstr = str_new(); in menuInfo()