Home
last modified time | relevance | path

Searched refs:PP_linefile (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c56 if (!(pp.flags & PP_linefile)) in ppline()
H A Dpp.h197 #define PP_linefile (1<<4) /* line sync file arg required */ macro
H A Dppexpr.c650 return pp.flags & PP_linefile; in ppoption()
H A Dppop.c1267 pp.flags |= PP_linefile; in ppop()
1269 pp.flags &= ~PP_linefile; in ppop()