Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Drecipient.c728 (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 &&
831 e->e_flags &= ~EF_SPLIT;
H A Dqueue.c679 if (bitset(EF_SPLIT, e->e_flags))
4372 e->e_flags |= EF_SPLIT;
8471 if (!ISVALIDQGRP(e->e_qgrp) || bitset(EF_SPLIT, e->e_flags))
8659 bitset(EF_SPLIT, e->e_flags))
8688 ee->e_flags |= EF_SPLIT;
8726 e->e_flags |= EF_SPLIT;
H A Denvelope.c1280 { "SPLIT", EF_SPLIT },
H A Dsendmail.h1209 #define EF_SPLIT 0x04000000L /* envelope has been split */ macro
H A Ddeliver.c942 if (!bitset(EF_SPLIT, e->e_flags))