Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c438 h->h_flags |= H_DEFAULT;
716 if (!bitset(H_DEFAULT, h->h_flags) &&
851 if (bitset(H_DEFAULT, h->h_flags) &&
868 h->h_flags &= ~H_DEFAULT;
883 !bitset(H_DEFAULT, h->h_flags) &&
1839 if (bitset(H_DEFAULT, h->h_flags) ||
H A Dsendmail.h802 #define H_DEFAULT 0x00000004 /* if another value is found, drop this */ macro
H A Dqueue.c794 if (bitset(H_DEFAULT, h->h_flags))
831 if (bitset(H_DEFAULT, h->h_flags) &&