Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c199 if (bitset(pflag, CHHDR_DEF))
251 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
256 if (UseErrorsTo && !bitset(pflag, CHHDR_DEF) && !headeronly &&
377 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
437 if (bitset(pflag, CHHDR_DEF))
443 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
H A Dsendmail.h821 #define CHHDR_DEF 0x0001 /* default header */ macro
H A Dreadcf.c490 (void) chompheader(&bp[1], CHHDR_DEF, NULL, e);