Home
last modified time | relevance | path

Searched defs:ppflushout (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/lib/libpp/common/
H A Dpp.h77 #define ppflushout() do{if(pp.outp>pp.outbuf){PPWRITE(pp.outp-pp.outbuf);pp.outp=pp.outbuf;}}while(… macro
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h77 #define ppflushout() do{if(pp.outp>pp.outbuf){PPWRITE(pp.outp-pp.outbuf);pp.outp=pp.outbuf;}}while(0) macro