Home
last modified time | relevance | path

Searched refs:sym_get_string_value (Results 1 – 10 of 10) sorted by relevance

/linux/scripts/kconfig/
A Dlkc_proto.h34 const char * sym_get_string_value(struct symbol *sym);
A Dmconf.c612 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
613 item_make("(%s)", sym_get_string_value(sym)); in build_conf()
878 sym_get_string_value(menu->sym)); in conf_string()
A Dconfdata.c677 val = sym_get_string_value(sym); in __print_symbol()
721 val = sym_get_string_value(sym); in print_symbol_for_c()
787 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig()
1026 if (!strcmp(sym_get_string_value(sym), in conf_touch_deps()
A Dnconf.c887 tmp = 2 + strlen(sym_get_string_value(sym)); in build_conf()
889 sym_get_string_value(sym)); in build_conf()
1366 sym_get_string_value(menu->sym), in conf_string()
A Dconf.c360 def = sym_get_string_value(sym); in conf_string()
414 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()
A Dmenu.c776 sym_get_string_value(menu->sym)); in get_prompt_str()
810 sym_get_string_value(sym)); in get_symbol_str()
A Dexpr.c1070 str1 = sym_get_string_value(e->left.sym); in expr_calc_value()
1071 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()
1246 sym_str = sym_get_string_value(sym); in expr_print_gstr_helper()
A Dqconf.cc172 setText(dataColIdx, sym_get_string_value(sym)); in updateMenu()
292 lineEdit->setText(sym_get_string_value(sym)); in setModelData()
998 str += print_filter(sym_get_string_value(sym)); in symbolInfo()
A Dsymbol.c768 const char *sym_get_string_value(struct symbol *sym) in sym_get_string_value() function
A Dgconf.c1150 def = sym_get_string_value(sym); in fill_row()

Completed in 43 milliseconds