Home
last modified time | relevance | path

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

/scripts/kconfig/
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()
Dsymbol.c65 case S_STRING: in sym_type_name()
415 case S_STRING: in sym_calc_value()
481 case S_STRING: in sym_calc_value()
642 case S_STRING: in sym_string_valid()
686 case S_STRING: in sym_string_within_range()
Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
Dparser.y313 | T_STRING { $$ = S_STRING; }
662 case S_STRING: in print_symbol()
Dmconf.c674 case S_STRING: in conf_string()
Dconf.c557 case S_STRING: in conf()
Dexpr.c931 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in __expr_calc_value()
Dgconf.c802 case S_STRING: in change_sym_value()
1112 case S_STRING: in fill_row()
Dmenu.c241 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
Dqconf.cc174 case S_STRING: in updateMenu()
224 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
Dnconf.c1365 case S_STRING: in conf_string()