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

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

Completed in 25 milliseconds