Home
last modified time | relevance | path

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

/scripts/kconfig/
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()
428 case S_HEX: in sym_calc_value()
498 case S_HEX: in sym_calc_value()
673 case S_HEX: in sym_string_valid()
713 case S_HEX: in sym_string_within_range()
770 if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) { in sym_set_string_value()
856 case S_HEX: in sym_get_string_default()
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()
A Dmenu.c229 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()
242 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
250 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop()
282 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop()
721 if (sym->type == S_INT || sym->type == S_HEX) { in get_symbol_str()
A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
A Dparser.y305 | T_HEX { $$ = S_HEX; }
650 case S_HEX: in print_symbol()
A Dmconf.c671 case S_HEX: in conf_string()
A Dconf.c556 case S_HEX: in conf()
A Dqconf.cc183 case S_HEX: in updateMenu()
237 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
A Dnconf.c1362 case S_HEX: in conf_string()
A Dexpr.c878 case S_HEX: in expr_parse_string()
A Dgconf.c712 case S_HEX: in change_sym_value()

Completed in 28 milliseconds