Home
last modified time | relevance | path

Searched refs:PP_linetype (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c39 if (!(pp.flags & PP_linetype) || *pp.lineid) in ppline()
51 …type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firs… in ppline()
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync) in ppline()
H A Dpp.h200 #define PP_linetype (1<<7) /* line sync type arg required */ macro
H A Dppexpr.c652 return pp.flags & PP_linetype; in ppoption()
H A Dppop.c1287 pp.flags |= PP_linetype; in ppop()
1289 pp.flags &= ~PP_linetype; in ppop()
H A Dppcontrol.c1555 pp.flags &= ~PP_linetype; in ppcontrol()