Searched refs:PRESERVE (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libpp/i386/
H A Dppdebug.h188 "PRESERVE", PRESERVE,
H A Dppdef.h191 #define PRESERVE (1L<<23) macro
/osnet-11/usr/src/lib/libpp/sparc/
H A Dppdebug.h188 "PRESERVE", PRESERVE,
H A Dppdef.h191 #define PRESERVE (1L<<23) macro
/osnet-11/usr/src/lib/libpp/common/
H A Dpplex.c151 #define DOSTRIP() ((st&STRIP)||pp.level==1&&(st&(COMPILE|JOINING))==COMPILE&&!(pp.option&PRESERVE))
237 if (op == tp && (st & (ADD|HIDDEN)) && !(st & PASSTHROUGH) && !(pp.option & PRESERVE))
248 if ((pp.option & PRESERVE) && !(st & NEWLINE) && c != '\n')
801 else if (pp.level > 1 || (pp.option & PRESERVE)) PUTCHR(c);
923 if ((st & PASSTHROUGH) || (pp.option & PRESERVE))
1126 if (pp.option & PRESERVE)
1166 else if (pp.option & PRESERVE) PUTCHR(c);
1698 else if (pp.level == 1 && !(st & (JOINING|SPACEOUT)) && !(pp.option & PRESERVE))
1795 if (op == tp && !(st & JOINING) && pp.in->type == IN_FILE && !(pp.option & PRESERVE))
1960 if (!(pp.option & PRESERVE))
[all...]
H A Dppcontrol.c903 if (var.type != TOK_TOKCAT && p > mac->value && *(p - 1) != ' ' && !(pp.option & PRESERVE)) *p++ = ' ';
1002 if (p > mac->value && ppisidig(*(p - 1)) && !(pp.option & PRESERVE)) *p++ = ' ';
1112 if (pp.option & PRESERVE) break;
1129 if (pp.option & PRESERVE) break;
1995 setoption(PRESERVE, i0);
1996 if (pp.option & PRESERVE)

Completed in 31 milliseconds