Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
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()
Dsymbol.c65 case S_STRING: in sym_type_name()
348 case S_STRING: in sym_calc_value()
412 case S_STRING: in sym_calc_value()
560 case S_STRING: in sym_string_valid()
604 case S_STRING: in sym_string_within_range()
758 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.c758 case S_STRING: in conf_string()
Dconf.c614 case S_STRING: in conf()
Dgconf.c833 case S_STRING: in change_sym_value()
1146 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.cc173 case S_STRING: in updateMenu()
223 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
Dnconf.c1454 case S_STRING: in conf_string()