Home
last modified time | relevance | path

Searched refs:S_STRING (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c157 sym->type = S_STRING; in conf_set_sym_val()
161 case S_STRING: in conf_set_sym_val()
299 case S_STRING: in conf_read_simple()
455 case S_STRING: in conf_read()
567 case S_STRING: in header_print_symbol()
635 case S_STRING: in conf_write_symbol()
873 case S_STRING: in conf_split_config()
H A Dkconf_id.c26 { "string", T_TYPE, TF_COMMAND, S_STRING },
H A Dsymbol.c58 sym->type = S_STRING; in sym_init()
87 case S_STRING: in sym_type_name()
383 case S_STRING: in sym_calc_value()
446 case S_STRING: in sym_calc_value()
596 case S_STRING: in sym_string_valid()
640 case S_STRING: in sym_string_within_range()
794 case S_STRING: in sym_get_string_default()
H A Dconf.c120 case S_STRING: in conf_askvalue()
395 case S_STRING: in conf()
428 if (sym->type == S_STRING) { in check_conf()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
H A Dexpr.c1014 case S_STRING: in expr_parse_string()
1069 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in expr_calc_value()
H A Dqconf.cc206 case S_STRING: in updateMenu()
212 if (type == S_STRING) in updateMenu()
532 case S_STRING: in changeValue()
H A Dmconf.c876 case S_STRING: in conf_string()
H A Dzconf.y659 case S_STRING: in print_symbol()
H A Dgconf.c840 case S_STRING: in change_sym_value()
1149 case S_STRING: in fill_row()
H A Dmenu.c241 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
H A Dnconf.c1366 case S_STRING: in conf_string()
/openbmc/linux/scripts/kconfig/
H A Dconfdata.c253 case S_STRING: in conf_set_sym_val()
419 case S_STRING: in conf_read_simple()
591 case S_STRING: in conf_read()
708 if (sym->type == S_STRING && escape_string) { in __print_symbol()
762 case S_STRING: in print_symbol_for_c()
1111 case S_STRING: in conf_touch_deps()
H A Dsymbol.c68 case S_STRING: in sym_type_name()
351 case S_STRING: in sym_calc_value()
415 case S_STRING: in sym_calc_value()
563 case S_STRING: in sym_string_valid()
607 case S_STRING: in sym_string_within_range()
761 case S_STRING: in sym_get_string_default()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dparser.y292 | T_STRING { $$ = S_STRING; }
596 case S_STRING: in print_symbol()
H A Dmconf.c758 case S_STRING: in conf_string()
H A Dconf.c614 case S_STRING: in conf()
H A Dgconf.c833 case S_STRING: in change_sym_value()
1146 case S_STRING: in fill_row()
H A Dexpr.c1073 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in expr_calc_value()
H A Dmenu.c230 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
H A Dqconf.cc173 case S_STRING: in updateMenu()
223 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
H A Dnconf.c1454 case S_STRING: in conf_string()