Searched refs:SYM_READONLY (Results 1 – 4 of 4) sorted by relevance
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()[all …]
371 if (sym->flags & SYM_READONLY) flags |= LOAD_READONLY; in dump()676 if (m & LOAD_READONLY) sym->flags |= SYM_READONLY; in ppload()
126 #define SYM_READONLY (1L<<15) /* readonly macro */ macro
45 01/24/89 fix #undef of SYM_READONLY macro message