Home
last modified time | relevance | path

Searched refs:SYM_READONLY (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libpp/common/
H A Dppcontrol.c171 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 …]
H A Dppinput.c371 if (sym->flags & SYM_READONLY) flags |= LOAD_READONLY; in dump()
676 if (m & LOAD_READONLY) sym->flags |= SYM_READONLY; in ppload()
H A Dpp.h126 #define SYM_READONLY (1L<<15) /* readonly macro */ macro
H A DHISTORY45 01/24/89 fix #undef of SYM_READONLY macro message