Searched refs:S_UNKNOWN (Results 1 – 6 of 6) sorted by relevance
/external/toybox/kconfig/ |
D | menu.c | 113 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()
|
D | expr.h | 63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
D | confdata.c | 179 if (sym->type == S_UNKNOWN) in conf_read_simple() 219 if (sym->type == S_UNKNOWN) in conf_read_simple()
|
D | symbol.c | 104 case S_UNKNOWN: in sym_type_name() 682 symbol->type = S_UNKNOWN; in sym_lookup()
|
D | zconf.hash.c_shipped | 180 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNKNOWN},
|
D | zconf.tab.c_shipped | 1529 if ((yyvsp[-3].id)->stype != S_UNKNOWN) 1635 if ((yyvsp[-3].id)->stype == S_UNKNOWN) {
|