Home
last modified time | relevance | path

Searched refs:pppendout (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c78 if (pp.pending == pppendout() || pplastout() != '\n') in ppline()
85 pp.pending = pppendout(); in ppline()
H A Dppmacref.c57 pp.pending = pppendout(); in ppmacref()
H A Dpp.h74 #define ppoffset() (pp.offset+pppendout())
75 #define pppendout() (pp.outp-pp.outbuf) macro