Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c81 …ppprintf("#%s %d \"%s\"%s\n", pp.lineid, line, (pp.flags & PP_linebase) && (s = strrchr(file, '/')… in ppline()
H A Dpp.h196 #define PP_linebase (1<<3) /* base name in line sync */ macro
H A Dppexpr.c648 return pp.flags & PP_linebase; in ppoption()
H A Dppop.c1258 pp.flags |= PP_linebase; in ppop()
1260 pp.flags &= ~PP_linebase; in ppop()