Searched refs:SYMBOL_VALID (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dsymbol.c17 flags: SYMBOL_YES|SYMBOL_VALID,
21 flags: SYMBOL_MOD|SYMBOL_VALID,
25 flags: SYMBOL_NO|SYMBOL_VALID,
29 flags: SYMBOL_VALID,
160 if (sym->flags & SYMBOL_VALID)
186 sym->flags |= SYMBOL_VALID;
293 sym->flags &= ~SYMBOL_VALID;
H A Dconfdata.c91 sym->flags &= ~SYMBOL_VALID;
H A Dexpr.h119 #define SYMBOL_VALID 0x0080 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dsymbol.c18 .flags = SYMBOL_YES|SYMBOL_VALID,
22 .flags = SYMBOL_MOD|SYMBOL_VALID,
26 .flags = SYMBOL_NO|SYMBOL_VALID,
30 .flags = SYMBOL_VALID,
271 if (sym->flags & SYMBOL_VALID)
273 sym->flags |= SYMBOL_VALID;
377 sym->flags &= ~SYMBOL_VALID;
H A Dconfdata.c121 sym->flags &= ~SYMBOL_VALID;
312 sym->flags &= ~SYMBOL_VALID;
H A Dexpr.h89 #define SYMBOL_VALID 0x0080 macro
H A Dgconf.c133 if (val & SYMBOL_VALID)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dsymbol.c18 .flags = SYMBOL_CONST|SYMBOL_VALID,
22 .flags = SYMBOL_CONST|SYMBOL_VALID,
26 .flags = SYMBOL_CONST|SYMBOL_VALID,
30 .flags = SYMBOL_VALID,
271 if (sym->flags & SYMBOL_VALID)
273 sym->flags |= SYMBOL_VALID;
380 sym->flags &= ~SYMBOL_VALID;
H A Dexpr.h92 #define SYMBOL_VALID 0x0080 macro
H A Dconfdata.c133 sym->flags &= ~(def_flags|SYMBOL_VALID);
352 sym->flags &= ~(SYMBOL_VALID|SYMBOL_DEF_USER);
H A Dgconf.c127 if (val & SYMBOL_VALID)

Completed in 133 milliseconds