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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c711 (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 &&
814 e->e_flags &= ~EF_SPLIT;
H A Dqueue.c674 if (bitset(EF_SPLIT, e->e_flags))
4272 e->e_flags |= EF_SPLIT;
8195 if (!ISVALIDQGRP(e->e_qgrp) || bitset(EF_SPLIT, e->e_flags))
8383 bitset(EF_SPLIT, e->e_flags))
8411 ee->e_flags |= EF_SPLIT;
8450 e->e_flags |= EF_SPLIT;
H A Denvelope.c1268 { "SPLIT", EF_SPLIT },
H A Dsendmail.h967 #define EF_SPLIT 0x04000000L /* envelope has been split */ macro
H A Ddeliver.c837 if (!bitset(EF_SPLIT, e->e_flags))

Completed in 102 milliseconds