Home
last modified time | relevance | path

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

/linux-6.15/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()
424 case S_HEX: in sym_calc_value()
494 case S_HEX: in sym_calc_value()
669 case S_HEX: in sym_string_valid()
709 case S_HEX: in sym_string_within_range()
766 if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) { in sym_set_string_value()
852 case S_HEX: in sym_get_string_default()
H A Dmenu.c228 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()
241 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
249 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop()
281 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop()
700 if (sym->type == S_INT || sym->type == S_HEX) { in get_symbol_str()
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 Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dparser.y305 | T_HEX { $$ = S_HEX; }
650 case S_HEX: in print_symbol()
H A Dmconf.c671 case S_HEX: in conf_string()
H A Dconf.c556 case S_HEX: in conf()
H A Dgconf.c800 case S_HEX: in change_sym_value()
1109 case S_HEX: in fill_row()
H A Dqconf.cc173 case S_HEX: in updateMenu()
223 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
H A Dnconf.c1360 case S_HEX: in conf_string()
H A Dexpr.c878 case S_HEX: in expr_parse_string()