Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab199 PREDEFINED # mark macro definitions predefined
H A Dppexpr.c662 return pp.option & PREDEFINED; in ppoption()
H A Dppcontrol.c1293 if (pp.option & PREDEFINED) sym->flags |= SYM_PREDEFINED; in ppcontrol()
1989 setoption(PREDEFINED, i0); in ppcontrol()
H A Dppop.c54 ….mode & BUILTIN)) && (p != &pp.mode || !(op & BUILTIN)) && (p != &pp.option || !(op & PREDEFINED))) in ppset()