Lines Matching refs:SYM_READONLY
171 if (sym->flags & (SYM_ACTIVE|SYM_READONLY)) in macsym()
174 error(2, "%s: macro is %s", sym->name, (sym->flags & SYM_READONLY) ? "readonly" : "active"); in macsym()
1294 if (pp.mode & READONLY) sym->flags |= SYM_READONLY; in ppcontrol()
1762 if (sym->macro && !(sym->flags & (SYM_ACTIVE|SYM_READONLY))) in ppcontrol()
1773 if ((mac = sym->macro) && !(sym->flags & (SYM_ACTIVE|SYM_READONLY))) in ppcontrol()
2133 if (sym->flags & (SYM_ACTIVE|SYM_READONLY)) in ppcontrol()
2136 error(2, "%s: macro is %s", sym->name, (sym->flags & SYM_READONLY) ? "readonly" : "active"); in ppcontrol()
2147 if (var.symbol->flags & (SYM_ACTIVE|SYM_READONLY)) in ppcontrol()
2150 …error(2, "%s: macro is %s", var.symbol->name, (var.symbol->flags & SYM_READONLY) ? "readonly" : "a… in ppcontrol()
2175 if (sym->flags & (SYM_ACTIVE|SYM_READONLY)) in ppcontrol()
2178 error(2, "%s: macro is %s", sym->name, (sym->flags & SYM_READONLY) ? "readonly" : "active"); in ppcontrol()