Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dmenu.c140 if (sym->type == S_UNKNOWN) { in menu_set_type()
229 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()
272 else if (sym2->type != S_UNKNOWN && in sym_check_prop()
497 if (sym->type == S_UNKNOWN) in _menu_finalize()
A Dconfdata.c607 if (sym->type == S_UNKNOWN) in __print_symbol()
651 if (sym->type == S_UNKNOWN) in print_symbol_for_c()
694 if (sym->type == S_UNKNOWN) in print_symbol_for_rustccfg()
A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
A Dparser.y212 if ($1 != S_UNKNOWN)
316 T_DEFAULT { $$ = S_UNKNOWN; }
A Dsymbol.c67 case S_UNKNOWN: in sym_type_name()
916 symbol->type = S_UNKNOWN; in sym_lookup()
A Dexpr.c1143 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()

Completed in 15 milliseconds