Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dmenu.c117 if (sym->type == S_UNKNOWN) { in menu_set_type()
229 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()
274 else if (sym2->type != S_UNKNOWN && in sym_check_prop()
311 if (sym->type == S_UNKNOWN) { in menu_finalize()
315 if (menu->sym && menu->sym->type != S_UNKNOWN) { in menu_finalize()
324 if (menu->sym && menu->sym->type == S_UNKNOWN) in menu_finalize()
580 if (sym->type == S_UNKNOWN) in menu_finalize()
Dkconf_id.c18 { "default", T_DEFAULT, TF_COMMAND, S_UNKNOWN },
Dconfdata.c329 if (sym->type == S_UNKNOWN) in conf_read_simple()
363 if (sym->type == S_UNKNOWN) in conf_read_simple()
633 case S_UNKNOWN: in conf_write_symbol()
Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
Dzconf.y224 if ($1->stype != S_UNKNOWN)
333 if ($1->stype == S_UNKNOWN) {
Dsymbol.c89 case S_UNKNOWN: in sym_type_name()
797 case S_UNKNOWN: in sym_get_string_default()
873 symbol->type = S_UNKNOWN; in sym_lookup()
Dexpr.c1015 case S_UNKNOWN: in expr_parse_string()
1268 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()
/external/toybox/kconfig/
Dmenu.c113 if (sym->type == S_UNKNOWN) { in menu_set_type()
181 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_range_valid_sym()
203 else if (sym2->type == S_UNKNOWN) in sym_check_prop()
350 if (sym->type == S_UNKNOWN) in menu_finalize()
Dexpr.h63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
Dconfdata.c179 if (sym->type == S_UNKNOWN) in conf_read_simple()
219 if (sym->type == S_UNKNOWN) in conf_read_simple()
Dsymbol.c104 case S_UNKNOWN: in sym_type_name()
682 symbol->type = S_UNKNOWN; in sym_lookup()
Dzconf.hash.c_shipped180 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNKNOWN},
Dzconf.tab.c_shipped1529 if ((yyvsp[-3].id)->stype != S_UNKNOWN)
1635 if ((yyvsp[-3].id)->stype == S_UNKNOWN) {