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

/illumos-gate/usr/src/lib/libpp/common/
H A Dppcall.c248 sym->flags |= SYM_ACTIVE;
401 sym->flags &= ~SYM_ACTIVE;
H A Dpp.h111 #define SYM_ACTIVE (1L<<0) /* active macro lock */ macro
H A Dppcontrol.c171 if (sym->flags & (SYM_ACTIVE|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))
2147 if (var.symbol->flags & (SYM_ACTIVE|SYM_READONLY))
2175 if (sym->flags & (SYM_ACTIVE|SYM_READONLY))

Completed in 49 milliseconds