Home
last modified time | relevance | path

Searched refs:S_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/kconfig/
H A Dmenu.c151 if (sym->type == S_UNKNOWN) { in menu_set_type()
240 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()
283 else if (sym2->type != S_UNKNOWN && in sym_check_prop()
508 if (sym->type == S_UNKNOWN) in _menu_finalize()
H A Dconfdata.c616 if (sym->type == S_UNKNOWN) in __print_symbol()
660 if (sym->type == S_UNKNOWN) in print_symbol_for_c()
703 if (sym->type == S_UNKNOWN) in print_symbol_for_rustccfg()
H A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dparser.y218 if ($1 != S_UNKNOWN)
316 T_DEFAULT { $$ = S_UNKNOWN; }
H A Dsymbol.c67 case S_UNKNOWN: in sym_type_name()
951 symbol->type = S_UNKNOWN; in sym_lookup()
H A Dexpr.c1143 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()