Home
last modified time | relevance | path

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

/freebsd-head/contrib/sendmail/src/
HDheaders.c200 if (bitset(pflag, CHHDR_DEF))
252 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
257 if (UseErrorsTo && !bitset(pflag, CHHDR_DEF) && !headeronly &&
401 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
462 pflag, bitset(pflag, CHHDR_DEF) ? 0 : 1);
464 pflag, bitset(pflag, CHHDR_DEF) ? 0 : 1);
466 pflag, bitset(pflag, CHHDR_DEF) ? 0 : 1);
478 if (bitset(pflag, CHHDR_DEF))
484 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
HDsendmail.h1050 #define CHHDR_DEF 0x0001 /* default header */ macro
HDreadcf.c559 (void) chompheader(&bp[1], CHHDR_DEF, NULL, e);