Searched refs:S_UNKNOWN (Results 1 – 9 of 9) sorted by relevance
/scripts/kconfig/ |
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() 260 else if (sym2->type != S_UNKNOWN && in sym_check_prop() 292 if (sym->type == S_UNKNOWN) { in menu_finalize() 296 if (menu->sym && menu->sym->type != S_UNKNOWN) { in menu_finalize() 305 if (menu->sym && menu->sym->type == S_UNKNOWN) in menu_finalize() 428 if (sym->type == S_UNKNOWN) in menu_finalize()
|
D | zconf.gperf | 30 default, T_DEFAULT, TF_COMMAND, S_UNKNOWN
|
D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
D | confdata.c | 334 if (sym->type == S_UNKNOWN) in conf_read_simple() 368 if (sym->type == S_UNKNOWN) in conf_read_simple() 636 case S_UNKNOWN: in conf_write_symbol()
|
D | zconf.y | 206 if ($1->stype != S_UNKNOWN) 306 if ($1->stype == S_UNKNOWN) {
|
D | symbol.c | 89 case S_UNKNOWN: in sym_type_name() 767 case S_UNKNOWN: in sym_get_string_default() 843 symbol->type = S_UNKNOWN; in sym_lookup()
|
D | zconf.hash.c_shipped | 196 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNKNOWN},
|
D | expr.c | 906 case S_UNKNOWN: in expr_parse_string() 1199 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()
|
D | zconf.tab.c_shipped | 1776 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN) 1882 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
|