Searched refs:SYM_READONLY (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libpp/
H A Dppcontrol.c171 if (sym->flags & (SYM_ACTIVE|SYM_READONLY))
174 error(2, "%s: macro is %s", sym->name, (sym->flags & SYM_READONLY) ? "readonly" : "active");
1294 if (pp.mode & READONLY) sym->flags |= SYM_READONLY;
1762 if (sym->macro && !(sym->flags & (SYM_ACTIVE|SYM_READONLY)))
1773 if ((mac = sym->macro) && !(sym->flags & (SYM_ACTIVE|SYM_READONLY)))
2133 if (sym->flags & (SYM_ACTIVE|SYM_READONLY))
2136 error(2, "%s: macro is %s", sym->name, (sym->flags & SYM_READONLY) ? "readonly" : "active");
2147 if (var.symbol->flags & (SYM_ACTIVE|SYM_READONLY))
2150 error(2, "%s: macro is %s", var.symbol->name, (var.symbol->flags & SYM_READONLY) ? "readonly" : "active");
2175 if (sym->flags & (SYM_ACTIVE|SYM_READONLY))
[all...]
H A Dppinput.c366 if (sym->flags & SYM_READONLY) flags |= LOAD_READONLY;
671 if (m & LOAD_READONLY) sym->flags |= SYM_READONLY;
H A Dpp.h126 #define SYM_READONLY (1L<<15) /* readonly macro */ macro

Completed in 20 milliseconds