Searched refs:PP_linehosted (Results 1 - 3 of 3) 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 Dpp.h198 #define PP_linehosted (1<<5) /* line sync hosted arg required*/ macro
H A Dppop.c1291 pp.flags |= PP_linehosted;
1293 pp.flags &= ~PP_linehosted;

Completed in 15 milliseconds