Searched refs:S_UNKNOWN (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dmenu.c118 if (sym->type == S_UNKNOWN) {
189 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name));
211 else if (sym2->type != S_UNKNOWN &&
243 if (sym->type == S_UNKNOWN) {
247 if (menu->sym && menu->sym->type != S_UNKNOWN) {
256 if (menu->sym && menu->sym->type == S_UNKNOWN)
379 if (sym->type == S_UNKNOWN)
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator in enum:symbol_type
H A Dzconf.y204 if ($1->stype != S_UNKNOWN)
304 if ($1->stype == S_UNKNOWN) {
H A Dconfdata.c241 if (sym->type == S_UNKNOWN)
280 if (sym->type == S_UNKNOWN)
455 case S_UNKNOWN:
H A Dsymbol.c90 case S_UNKNOWN:
724 case S_UNKNOWN:
799 symbol->type = S_UNKNOWN;
H A Dzconf.tab.c1713 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN)
1819 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
H A Dexpr.c1120 if (sym && sym->type != S_UNKNOWN)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmenu.c113 if (sym->type == S_UNKNOWN) {
158 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name));
180 else if (sym2->type == S_UNKNOWN)
327 if (sym->type == S_UNKNOWN)
H A Dexpr.h63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator in enum:symbol_type
H A Dzconf.y199 if ($1->stype != S_UNKNOWN)
279 if ($1->stype == S_UNKNOWN) {
H A Dsymbol.c103 case S_UNKNOWN:
681 symbol->type = S_UNKNOWN;
H A Dzconf.tab.c1431 if ((yyvsp[-3].id)->stype != S_UNKNOWN)
1515 if ((yyvsp[-3].id)->stype == S_UNKNOWN) {
H A Dgconf.c89 if (val == S_UNKNOWN)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dexpr.h79 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator in enum:symbol_type
102 #define SYMBOL_UNKNOWN S_UNKNOWN
H A Dsymbol.c109 case S_UNKNOWN:
556 symbol->type = S_UNKNOWN;
H A Dmenu.c69 if (sym->type == S_UNKNOWN) {

Completed in 117 milliseconds