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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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.c1373 sym->flags |= SYMBOL_OPTIONAL;
1391 sym->flags |= SYMBOL_OPTIONAL;
1507 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dgconf.c135 if (val & SYMBOL_OPTIONAL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlkc.h174 return sym->flags & SYMBOL_OPTIONAL ? true : false;
H A Dzconf.y148 sym->flags |= SYMBOL_OPTIONAL;
162 sym->flags |= SYMBOL_OPTIONAL;
298 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dexpr.h97 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
H A Dzconf.tab.c1655 sym->flags |= SYMBOL_OPTIONAL;
1673 sym->flags |= SYMBOL_OPTIONAL;
1811 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dgconf.c98 if (val & SYMBOL_OPTIONAL)

Completed in 238 milliseconds