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

/asus-wl-520gu-7.0.1.45/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.y542 if (prop->def->flags & SYMBOL_CONST)

Completed in 44 milliseconds