Searched refs:sym_get_string_value (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | confdata.c | 96 strcat(res_value, sym_get_string_value(sym)); in conf_expand_value() 465 conf_write_string(false, sym->name, sym_get_string_value(sym), out); in conf_write_symbol() 469 str = sym_get_string_value(sym); in conf_write_symbol() 512 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig() 695 if (!strcmp(sym_get_string_value(sym), in conf_split_config() 850 conf_write_string(true, sym->name, sym_get_string_value(sym), out_h); in conf_write_autoconf() 853 str = sym_get_string_value(sym); in conf_write_autoconf() 860 str = sym_get_string_value(sym); in conf_write_autoconf()
|
| H A D | mconf.c | 487 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf() 488 item_make("(%s)", sym_get_string_value(sym)); in build_conf() 726 sym_get_string_value(menu->sym)); in conf_string()
|
| H A D | conf.c | 138 def = sym_get_string_value(sym); in conf_string() 139 if (sym_get_string_value(sym)) in conf_string() 193 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()
|
| H A D | expr.c | 969 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 970 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 975 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 976 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 1146 sym_str = sym_get_string_value(sym); in expr_print_gstr_helper()
|
| H A D | nconf.c | 887 tmp = 2 + strlen(sym_get_string_value(sym)); in build_conf() 889 sym_get_string_value(sym)); in build_conf() 1385 sym_get_string_value(menu->sym), in conf_string()
|
| H A D | qconf.cc | 211 data = sym_get_string_value(sym); in updateMenu() 302 if (sym_get_string_value(item->menu->sym)) in show() 303 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym))); in show() 1001 str += print_filter(sym_get_string_value(sym)); in symbolInfo()
|
| H A D | menu.c | 534 sym_get_string_value(menu->sym)); in get_prompt_str() 548 sym_get_string_value(sym)); in get_symbol_str()
|
| H A D | lkc_proto.h | 47 P(sym_get_string_value,const char *,(struct symbol *sym));
|
| H A D | symbol.c | 742 const char *sym_get_string_value(struct symbol *sym) in sym_get_string_value() function 879 symval = sym_get_string_value(sym); in sym_expand_string_value()
|
| H A D | gconf.c | 1207 def = sym_get_string_value(sym); in fill_row()
|