Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h115 #define SYM_FINAL (1L<<4) /* final hosted value */ macro
H A Dppcontrol.c170 if ((sym->flags & SYM_FINAL) && (pp.mode & HOSTED)) return 0; in macsym()
662 …sym->flags &= ~(SYM_BUILTIN|SYM_EMPTY|SYM_FINAL|SYM_FUNCTION|SYM_INIT|SYM_INITIAL|SYM_MULTILINE|SY… in ppcontrol()
1289 if (pp.option & FINAL) sym->flags |= SYM_FINAL; in ppcontrol()