Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dconfdata.c264 case S_STRING: in conf_set_sym_val()
390 case S_STRING: in conf_read_simple()
619 if (sym->type == S_STRING && escape_string) { in __print_symbol()
673 case S_STRING: in print_symbol_for_c()
987 case S_STRING: in conf_touch_deps()
H A Dsymbol.c65 case S_STRING: in sym_type_name()
414 case S_STRING: in sym_calc_value()
480 case S_STRING: in sym_calc_value()
641 case S_STRING: in sym_string_valid()
685 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.y313 | T_STRING { $$ = S_STRING; }
662 case S_STRING: in print_symbol()
H A Dmconf.c674 case S_STRING: in conf_string()
H A Dexpr.c931 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in __expr_calc_value()
H A Dconf.c557 case S_STRING: in conf()
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()
224 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
H A Dnconf.c1363 case S_STRING: in conf_string()