Searched refs:S_UNKNOWN (Results 1 – 11 of 11) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | menu.c | 118 if (sym->type == S_UNKNOWN) { in menu_set_type() 209 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number() 240 else if (sym2->type != S_UNKNOWN && in sym_check_prop() 272 if (sym->type == S_UNKNOWN) { in menu_finalize() 276 if (menu->sym && menu->sym->type != S_UNKNOWN) { in menu_finalize() 285 if (menu->sym && menu->sym->type == S_UNKNOWN) in menu_finalize() 408 if (sym->type == S_UNKNOWN) in menu_finalize()
|
| H A D | confdata.c | 266 if (sym->type == S_UNKNOWN) in conf_read_simple() 300 if (sym->type == S_UNKNOWN) in conf_read_simple() 473 case S_UNKNOWN: in conf_write_symbol()
|
| H A D | symbol.c | 90 case S_UNKNOWN: in sym_type_name() 736 case S_UNKNOWN: in sym_get_string_default() 811 symbol->type = S_UNKNOWN; in sym_lookup()
|
| H A D | zconf.y | 206 if ($1->stype != S_UNKNOWN) 306 if ($1->stype == S_UNKNOWN) {
|
| H A D | zconf.gperf | 29 default, T_DEFAULT, TF_COMMAND, S_UNKNOWN
|
| H A D | zconf.hash.c | 193 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_UNKNOWN}, in kconf_id_lookup()
|
| H A D | zconf.tab.c | 1729 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN) 1835 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
|
| H A D | expr.h | 61 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
| H A D | zconf.hash.c_shipped | 193 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_UNKNOWN},
|
| H A D | zconf.tab.c_shipped | 1729 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN) 1835 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
|
| H A D | expr.c | 1166 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()
|