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

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

Completed in 16 milliseconds