Searched refs:S_UNKNOWN (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | menu.c | 118 if (sym->type == S_UNKNOWN) { in menu_set_type() 229 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number() 264 else if (sym2->type != S_UNKNOWN && in sym_check_prop() 296 if (sym->type == S_UNKNOWN) { in menu_finalize() 300 if (menu->sym && menu->sym->type != S_UNKNOWN) { in menu_finalize() 309 if (menu->sym && menu->sym->type == S_UNKNOWN) in menu_finalize() 436 if (sym->type == S_UNKNOWN) in menu_finalize()
|
| H A D | zconf.gperf | 30 default, T_DEFAULT, TF_COMMAND, S_UNKNOWN
|
| H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
| H A D | confdata.c | 330 if (sym->type == S_UNKNOWN) in conf_read_simple() 364 if (sym->type == S_UNKNOWN) in conf_read_simple() 633 case S_UNKNOWN: in conf_write_symbol()
|
| H A D | zconf.y | 207 if ($1->stype != S_UNKNOWN) 313 if ($1->stype == S_UNKNOWN) {
|
| H A D | symbol.c | 89 case S_UNKNOWN: in sym_type_name() 787 case S_UNKNOWN: in sym_get_string_default() 863 symbol->type = S_UNKNOWN; in sym_lookup()
|
| H A D | zconf.hash.c_shipped | 198 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNKNOWN},
|
| H A D | expr.c | 906 case S_UNKNOWN: in expr_parse_string() 1199 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()
|
| H A D | zconf.tab.c_shipped | 1609 if ((yyvsp[-3].id)->stype != S_UNKNOWN) 1736 if ((yyvsp[-3].id)->stype == S_UNKNOWN) {
|