Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dsymbol.c63 case S_HEX: in sym_type_name()
151 case S_HEX: in sym_get_range_val()
171 case S_HEX: in sym_validate_range()
433 case S_HEX: in sym_calc_value()
503 case S_HEX: in sym_calc_value()
691 case S_HEX: in sym_string_valid()
731 case S_HEX: in sym_string_within_range()
788 if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) { in sym_set_string_value()
874 case S_HEX: in sym_get_string_default()
H A Dconfdata.c283 case S_HEX: in conf_set_sym_val()
391 case S_HEX: in conf_read_simple()
678 case S_HEX: in print_symbol_for_c()
729 case S_HEX: in print_symbol_for_rustccfg()
995 case S_HEX: in conf_touch_deps()
H A Dmenu.c239 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()
252 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
260 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop()
292 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop()
731 if (sym->type == S_INT || sym->type == S_HEX) { in get_symbol_str()
H A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dparser.y312 | T_HEX { $$ = S_HEX; }
697 case S_HEX: in print_symbol()
H A Dmconf.c672 case S_HEX: in conf_string()
H A Dconf.c556 case S_HEX: in conf()
H A Dqconf.cc181 case S_HEX: in updateMenu()
235 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
H A Dnconf.c1363 case S_HEX: in conf_string()
H A Dexpr.c878 case S_HEX: in expr_parse_string()
H A Dgconf.c711 case S_HEX: in change_sym_value()