HomeSort by relevance Sort by last modified time
    Searched refs:SYMBOL_CONST (Results 1 - 3 of 3) sorted by null

  /external/toybox/kconfig/
symbol.c 18 .flags = SYMBOL_CONST|SYMBOL_VALID,
22 .flags = SYMBOL_CONST|SYMBOL_VALID,
26 .flags = SYMBOL_CONST|SYMBOL_VALID,
668 if ((isconst && symbol->flags & SYMBOL_CONST) ||
669 (!isconst && !(symbol->flags & SYMBOL_CONST)))
684 symbol->flags |= SYMBOL_CONST;
714 !(symbol->flags & SYMBOL_CONST))
735 if (sym->flags & SYMBOL_CONST || !sym->name)
expr.h 87 #define SYMBOL_CONST 0x0001
expr.c 463 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
470 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))

Completed in 109 milliseconds