Home
last modified time | relevance | path

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

/titanic_50/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(); in ppcpp()
897 if (!DOSTRIP()) in ppcpp()
977 if (!DOSTRIP()) in ppcpp()
1003 else if (!DOSTRIP()) PUTCHR(c); in ppcpp()
1019 if (DOSTRIP()) in ppcpp()
1138 if (n && !(st & NOTEXT) && (op - tp) <= (DOSTRIP() ? 0 : 2) && !(pp.mode & (HOSTED|RELAX))) in ppcpp()