Searched refs:PP_sync (Results 1 – 2 of 2) sorted by relevance
51 …pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sy… in ppline()58 …= ((pp.flags & (PP_hosted|PP_linehosted)) == (PP_hosted|PP_linehosted)) ? PP_sync_hosted : PP_sync; in ppline()60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync) in ppline()
209 #define PP_sync 0 /* normal line sync */ macro