Searched refs:PP_sync_hosted (Results 1 - 2 of 2) 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)
68 type[3] = PP_sync_hosted;
H A Dpp.h213 #define PP_sync_hosted '3' /* [4] hosted include file */ macro
218 #define PP_SYNC_HOSTED (1<<3) /* pp.incref PP_sync_hosted type*/

Completed in 12 milliseconds