Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dmenu.c141 if (sym->type == S_UNKNOWN) { in menu_set_type()
230 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()
273 else if (sym2->type != S_UNKNOWN && in sym_check_prop()
498 if (sym->type == S_UNKNOWN) in _menu_finalize()
A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
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()
A Dparser.y211 if ($1 != S_UNKNOWN)
309 T_DEFAULT { $$ = S_UNKNOWN; }
A Dsymbol.c67 case S_UNKNOWN: in sym_type_name()
933 symbol->type = S_UNKNOWN; in sym_lookup()
A Dexpr.c1143 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()

Completed in 13 milliseconds