Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/
Dconfdata.c253 case S_STRING: in conf_set_sym_val()
415 case S_STRING: in conf_read_simple()
574 case S_STRING: in conf_read()
691 if (sym->type == S_STRING && escape_string) { in __print_symbol()
745 case S_STRING: in print_symbol_for_c()
1094 case S_STRING: in conf_touch_deps()
Dsymbol.c65 case S_STRING: in sym_type_name()
350 case S_STRING: in sym_calc_value()
414 case S_STRING: in sym_calc_value()
562 case S_STRING: in sym_string_valid()
606 case S_STRING: in sym_string_within_range()
760 case S_STRING: in sym_get_string_default()
Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
Dparser.y292 | T_STRING { $$ = S_STRING; }
596 case S_STRING: in print_symbol()
Dmconf.c869 case S_STRING: in conf_string()
Dconf.c614 case S_STRING: in conf()
Dgconf.c836 case S_STRING: in change_sym_value()
1149 case S_STRING: in fill_row()
Dexpr.c1073 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in expr_calc_value()
Dmenu.c230 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
Dqconf.cc171 case S_STRING: in updateMenu()
221 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
Dnconf.c1361 case S_STRING: in conf_string()