Searched defs:DOSTRIP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c43 #define DOSTRIP() (st&STRIP) macro
151 #define DOSTRIP() ((st&STRIP)||pp.level==1&&(st&(COMPILE|JOINING))==COMPILE&&!(pp.option&PRESERVE)) macro
870 if (DOSTRIP()) BACKOUT();
897 if (!DOSTRIP())
977 if (!DOSTRIP())
1003 else if (!DOSTRIP()) PUTCHR(c);
1019 if (DOSTRIP())
1138 if (n && !(st & NOTEXT) && (op - tp) <= (DOSTRIP() ? 0 : 2) && !(pp.mode & (HOSTED|RELAX)))

Completed in 46 milliseconds