Home
last modified time | relevance | path

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

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