Searched refs:PP_sync (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppline.c51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
58 type[1] = PP_sync;
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync)
H A Dpp.h209 #define PP_sync 0 /* normal line sync */ macro

Completed in 59 milliseconds