Searched refs:SYMBOL_OPTIONAL (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc.h93 return sym->flags & SYMBOL_OPTIONAL ? true : false;
H A Dexpr.h120 #define SYMBOL_OPTIONAL 0x0100 macro
H A Dzconf.y116 sym->flags |= SYMBOL_OPTIONAL;
226 current_entry->sym->flags |= SYMBOL_OPTIONAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc.h135 return sym->flags & SYMBOL_OPTIONAL ? true : false;
H A Dzconf.y144 sym->flags |= SYMBOL_OPTIONAL;
158 sym->flags |= SYMBOL_OPTIONAL;
273 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dexpr.h90 #define SYMBOL_OPTIONAL 0x0100 macro
H A Dzconf.tab.c1372 sym->flags |= SYMBOL_OPTIONAL;
1390 sym->flags |= SYMBOL_OPTIONAL;
1506 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dgconf.c135 if (val & SYMBOL_OPTIONAL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc.h142 return sym->flags & SYMBOL_OPTIONAL ? true : false;
H A Dzconf.y146 sym->flags |= SYMBOL_OPTIONAL;
160 sym->flags |= SYMBOL_OPTIONAL;
296 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dexpr.h93 #define SYMBOL_OPTIONAL 0x0100 macro
H A Dzconf.tab.c1473 sym->flags |= SYMBOL_OPTIONAL;
1491 sym->flags |= SYMBOL_OPTIONAL;
1629 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dgconf.c129 if (val & SYMBOL_OPTIONAL)

Completed in 189 milliseconds