Home
last modified time | relevance | path

Searched refs:EF_QUEUERUN (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Denvelope.c249 e->e_flags &= ~EF_QUEUERUN;
773 if (OpMode == MD_DAEMON && bitset(EF_QUEUERUN, e->e_flags) &&
994 if (bitset(EF_QUEUERUN, e->e_flags) || OpMode == MD_SMTP ||
1253 { "QUEUERUN", EF_QUEUERUN },
H A Dheaders.c378 !bitset(EF_QUEUERUN, e->e_flags) && sm_strcasecmp(fname, p) == 0)
H A Dsendmail.h952 #define EF_QUEUERUN 0x00000800L /* this envelope is from queue */ macro
H A Dqueue.c3649 e->e_flags |= EF_QUEUERUN|EF_GLOBALERRS;
3858 e.e_flags |= EF_QUEUERUN|EF_GLOBALERRS;