Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h123 #define SYM_NOTICED (1L<<12) /* symbol noticed in output */ macro
H A Dppcall.c62 sym->flags |= SYM_NOTICED; in ppcall()
H A Dppexpr.c240 …efmac(args, REF_IF)) || (sym = ppsymref(pp.symtab, args))) && (sym->flags & SYM_NOTICED)) return 1; in predicate()
H A Dppcontrol.c1750 sym->flags &= ~SYM_NOTICED; in ppcontrol()