Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dutil.c79 struct gstr str_new(void) in str_new()
81 struct gstr gs; in str_new()
90 struct gstr str_assign(const char *s) in str_assign()
92 struct gstr gs; in str_assign()
100 void str_free(struct gstr *gs) in str_free()
109 void str_append(struct gstr *gs, const char *s) in str_append()
123 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
134 const char *str_get(struct gstr *gs) in str_get()
H A Dlkc.h126 struct gstr { struct
135 struct gstr str_new(void); argument
136 struct gstr str_assign(const char *s);
137 void str_free(struct gstr *gs);
138 void str_append(struct gstr *gs, const char *s);
139 void str_printf(struct gstr *gs, const char *fmt, ...);
140 const char *str_get(struct gstr *gs);
H A Dmenu.c510 static void get_prompt_str(struct gstr *r, struct property *prop) in get_prompt_str()
541 void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str()
580 struct gstr get_relations_str(struct symbol **sym_arr) in get_relations_str()
583 struct gstr res = str_new(); in get_relations_str()
594 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
H A Dlkc_proto.h24 P(get_symbol_str, void, (struct gstr *r, struct symbol *sym));
25 P(get_relations_str, struct gstr, (struct symbol **sym_arr));
26 P(menu_get_ext_help,void,(struct menu *menu, struct gstr *help));
H A Dexpr.h209 struct gstr; /* forward */
210 void expr_gstr_print(struct expr *e, struct gstr *gs);
H A Dmconf.c307 struct gstr res; in search_conf()
634 struct gstr help = str_new(); in show_help()
H A Dexpr.c1142 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper()
1170 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
H A Dnconf.c697 struct gstr res; in search_conf()
1225 struct gstr help = str_new(); in show_help()
H A Dconf.c49 struct gstr help = str_new(); in print_help()
H A Dgconf.c400 struct gstr help = str_new(); in text_insert_help()
H A Dqconf.cc1044 struct gstr help_gstr = str_new(); in menuInfo()