Home
last modified time | relevance | path

Searched refs:PP_hosted (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c58 …type[1] = ((pp.flags & (PP_hosted|PP_linehosted)) == (PP_hosted|PP_linehosted)) ? PP_sync_hosted :… in ppline()
65 …if ((pp.flags & (PP_hosted|PP_linehosted)) == (PP_hosted|PP_linehosted) && type[1] != PP_sync_host… in ppline()
H A Dppexpr.c227 pp.flags |= PP_hosted; in predicate()
642 return pp.flags & PP_hosted; in ppoption()
H A Dppinput.c206 pp.flags |= PP_hosted; in pppush()
214 pp.flags &= ~PP_hosted; in pppush()
H A Dpp.h195 #define PP_hosted (1<<2) /* current file is hosted */ macro
H A Dppcontrol.c2064 pp.flags |= PP_hosted; in ppcontrol()
2070 pp.flags &= ~PP_hosted; in ppcontrol()
2071 pp.in->flags &= ~PP_hosted; in ppcontrol()
H A Dpplex.c497 pp.flags |= PP_hosted; in ppcpp()
502 pp.flags &= ~PP_hosted; in ppcpp()