Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dconfdata.c264 case S_STRING: in conf_set_sym_val()
392 case S_STRING: in conf_read_simple()
628 if (sym->type == S_STRING && escape_string) { in __print_symbol()
682 case S_STRING: in print_symbol_for_c()
994 case S_STRING: in conf_touch_deps()
H A Dsymbol.c65 case S_STRING: in sym_type_name()
427 case S_STRING: in sym_calc_value()
493 case S_STRING: in sym_calc_value()
654 case S_STRING: in sym_string_valid()
698 case S_STRING: in sym_string_within_range()
H A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dparser.y306 | T_STRING { $$ = S_STRING; }
644 case S_STRING: in print_symbol()
H A Dmconf.c674 case S_STRING: in conf_string()
H A Dconf.c557 case S_STRING: in conf()
H A Dexpr.c931 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in __expr_calc_value()
H A Dgconf.c801 case S_STRING: in change_sym_value()
1110 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 Dqconf.cc174 case S_STRING: in updateMenu()
223 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
H A Dnconf.c1363 case S_STRING: in conf_string()