Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dmenu.c118 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 Dzconf.gperf30 default, T_DEFAULT, TF_COMMAND, S_UNKNOWN
H A Dzconf.hash.c
H A Dconfdata.c330 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 Dzconf.y207 if ($1->stype != S_UNKNOWN)
313 if ($1->stype == S_UNKNOWN) {
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
H A Dsymbol.c89 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 Dzconf.hash.c_shipped198 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNKNOWN},
H A Dzconf.tab.c
H A Dexpr.c906 case S_UNKNOWN: in expr_parse_string()
1199 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()
H A Dzconf.tab.c_shipped1609 if ((yyvsp[-3].id)->stype != S_UNKNOWN)
1736 if ((yyvsp[-3].id)->stype == S_UNKNOWN) {
/OK3568_Linux_fs/buildroot/support/kconfig/
H A 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()
H A Dkconf_id.c18 { "default", T_DEFAULT, TF_COMMAND, S_UNKNOWN },
H A Dconfdata.c332 if (sym->type == S_UNKNOWN) in conf_read_simple()
366 if (sym->type == S_UNKNOWN) in conf_read_simple()
635 case S_UNKNOWN: in conf_write_symbol()
H A Dzconf.y224 if ($1->stype != S_UNKNOWN)
333 if ($1->stype == S_UNKNOWN) {
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
H A 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()
H A Dexpr.c1015 case S_UNKNOWN: in expr_parse_string()
1268 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()
H A Dzconf.tab.c_shipped1625 if ((yyvsp[-3].id)->stype != S_UNKNOWN)
1755 if ((yyvsp[-3].id)->stype == S_UNKNOWN) {
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dmenu.c118 if (sym->type == S_UNKNOWN) { in menu_set_type()
239 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()
284 else if (sym2->type != S_UNKNOWN && in sym_check_prop()
321 if (sym->type == S_UNKNOWN) { in menu_finalize()
325 if (menu->sym && menu->sym->type != S_UNKNOWN) { in menu_finalize()
334 if (menu->sym && menu->sym->type == S_UNKNOWN) in menu_finalize()
588 if (sym->type == S_UNKNOWN) in menu_finalize()
H A Dparser.y196 if ($1 != S_UNKNOWN)
308 T_DEFAULT { $$ = S_UNKNOWN; }
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dsymbol.c68 case S_UNKNOWN: in sym_type_name()
763 case S_UNKNOWN: in sym_get_string_default()
839 symbol->type = S_UNKNOWN; in sym_lookup()
H A Dconfdata.c433 if (sym->type == S_UNKNOWN) in conf_read_simple()
719 case S_UNKNOWN: in conf_write_symbol()
H A Dexpr.c1266 if (sym && sym->type != S_UNKNOWN) in expr_print_gstr_helper()