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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dsymbol.c178 if (sym->flags & SYMBOL_CONST) {
540 if ((isconst && symbol->flags & SYMBOL_CONST) ||
541 (!isconst && !(symbol->flags & SYMBOL_CONST))) {
559 symbol->flags |= SYMBOL_CONST;
590 !(symbol->flags & SYMBOL_CONST))
H A Dexpr.h114 #define SYMBOL_CONST 0x0007 macro
H A Dexpr.c430 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
437 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
H A Dzconf.y549 if (prop->def->flags & SYMBOL_CONST)
/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,
667 if ((isconst && symbol->flags & SYMBOL_CONST) ||
668 (!isconst && !(symbol->flags & SYMBOL_CONST)))
683 symbol->flags |= SYMBOL_CONST;
713 !(symbol->flags & SYMBOL_CONST))
734 if (sym->flags & SYMBOL_CONST || !sym->name)
H A Dexpr.h87 #define SYMBOL_CONST 0x0001 macro
H A Dexpr.c463 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
470 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
H A Dgconf.c117 if (val & SYMBOL_CONST)
H A Dqconf.cc1159 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dsymbol.c667 if ((isconst && symbol->flags & SYMBOL_CONST) ||
668 (!isconst && !(symbol->flags & SYMBOL_CONST)))
684 symbol->flags |= SYMBOL_CONST;
714 !(symbol->flags & SYMBOL_CONST))
735 if (sym->flags & SYMBOL_CONST || !sym->name)
H A Dexpr.h84 #define SYMBOL_CONST 0x0007 macro
H A Dexpr.c462 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
469 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
H A Dgconf.c123 if (val & SYMBOL_CONST)

Completed in 125 milliseconds