Home
last modified time | relevance | path

Searched refs:EF_SPLIT (Results 1 – 5 of 5) sorted by last modified time

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c674 if (bitset(EF_SPLIT, e->e_flags))
4272 e->e_flags |= EF_SPLIT;
8196 if (!ISVALIDQGRP(e->e_qgrp) || bitset(EF_SPLIT, e->e_flags))
8384 bitset(EF_SPLIT, e->e_flags))
8412 ee->e_flags |= EF_SPLIT;
8451 e->e_flags |= EF_SPLIT;
H A Drecipient.c709 (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 &&
812 e->e_flags &= ~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))
H A Denvelope.c1270 { "SPLIT", EF_SPLIT },