Searched refs:PP_linetype (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppline.c39 if (!(pp.flags & PP_linetype) || *pp.lineid)
51 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;
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync)
H A Dpp.h200 #define PP_linetype (1<<7) /* line sync type arg required */ macro
H A Dppexpr.c652 return pp.flags & PP_linetype;
H A Dppop.c1239 pp.flags |= PP_linetype;
1241 pp.flags &= ~PP_linetype;

Completed in 63 milliseconds