Home
last modified time | relevance | path

Searched refs:SYM_INITIAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h118 #define SYM_INITIAL (1L<<7) /* initial hosted value */ macro
H A Dppcontrol.c662 …sym->flags &= ~(SYM_BUILTIN|SYM_EMPTY|SYM_FINAL|SYM_FUNCTION|SYM_INIT|SYM_INITIAL|SYM_MULTILINE|SY… in ppcontrol()
1227 if (!(pp.mode & HOSTED) || !(i0 & SYM_INITIAL)) in ppcontrol()
1291 if (pp.option & INITIAL) sym->flags |= SYM_INITIAL; in ppcontrol()
2153 if (!(pp.mode & HOSTED) || !(var.symbol->flags & SYM_INITIAL)) in ppcontrol()