Searched refs:sym_get_string_value (Results 1 – 10 of 10) sorted by relevance
137 def = sym_get_string_value(sym); in conf_string()138 if (sym_get_string_value(sym)) in conf_string()191 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()428 str = sym_get_string_value(sym); in check_conf()433 str = sym_get_string_value(sym); in check_conf()
47 const char * sym_get_string_value(struct symbol *sym);
310 name = sym_get_string_value(prop->expr->left.sym); in conf_read_simple()673 str = sym_get_string_value(sym); in conf_write_symbol()680 str = sym_get_string_value(sym); in conf_write_symbol()733 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig()945 if (!strcmp(sym_get_string_value(sym), in conf_split_config()
614 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()615 item_make("(%s)", sym_get_string_value(sym)); in build_conf()880 sym_get_string_value(menu->sym)); in conf_string()
890 tmp = 2 + strlen(sym_get_string_value(sym)); in build_conf()892 sym_get_string_value(sym)); in build_conf()1372 sym_get_string_value(menu->sym), in conf_string()
754 sym_get_string_value(menu->sym)); in get_prompt_str()801 sym_get_string_value(sym)); in get_symbol_str()
200 data = sym_get_string_value(sym); in updateMenu()276 if (sym_get_string_value(item->menu->sym)) in show()277 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym))); in show()1062 str += print_filter(sym_get_string_value(sym)); in symbolInfo()
1066 str1 = sym_get_string_value(e->left.sym); in expr_calc_value()1067 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()1248 sym_str = sym_get_string_value(sym); in expr_print_gstr_helper()
767 const char *sym_get_string_value(struct symbol *sym) in sym_get_string_value() function
1150 def = sym_get_string_value(sym); in fill_row()
Completed in 22 milliseconds