Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c78 if (pp.pending == pppendout() || pplastout() != '\n') in ppline()
H A Dpp.h73 #define pplastout() ((pp.outp>pp.outbuf)?*(pp.outp-1):pp.lastout) macro
H A Dppinput.c197 if (!(pp.state & NOTEXT) && pplastout() != '\n') in pppush()
H A Dppop.c542 if ((pp.state & (NOTEXT|HIDDEN)) == HIDDEN && pplastout() != '\n') in ppop()