Searched refs:EF_FATALERRS (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 242 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 248 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 441 if (bitset(EF_FATALERRS, e->e_flags) && !failure_return) 578 bitset(EF_FATALERRS, e->e_flags)) 1249 { "FATALERRS", EF_FATALERRS },
|
H A D | collect.c | 832 e->e_flags &= ~EF_FATALERRS; 863 if (!bitset(EF_FATALERRS, e->e_flags)) 895 if (SuperSafe == SAFE_REALLY && !bitset(EF_FATALERRS, e->e_flags))
|
H A D | main.c | 2798 savedflags = MainEnvelope.e_flags & EF_FATALERRS; 2800 MainEnvelope.e_flags &= ~EF_FATALERRS; 2858 bitset(EF_FATALERRS, MainEnvelope.e_flags)) 3241 CurEnv->e_flags &= ~EF_FATALERRS;
|
H A D | err.c | 700 CurEnv->e_flags |= EF_FATALERRS;
|
H A D | deliver.c | 105 if (bitset(EF_FATALERRS, e->e_flags) && 154 e->e_flags |= EF_FATALERRS|EF_PM_NOTIFY|EF_CLRQUEUE; 401 ee->e_flags = e->e_flags & ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS|EF_SENDRECEIPT|EF_RET_PARAM); 488 e->e_flags &= ~EF_FATALERRS; 805 if (bitset(EF_FATALERRS, e->e_flags) && 852 bitset(EF_FATALERRS, e->e_flags))
|
H A D | headers.c | 901 if (!bitset(EF_FATALERRS, saveflags)) 902 e->e_flags &= ~EF_FATALERRS;
|
H A D | queue.c | 4527 e->e_flags |= EF_CLRQUEUE|EF_FATALERRS|EF_RESPONSE; 5899 if (!bitset(EF_FATALERRS, e->e_flags)) 5901 e->e_flags |= EF_FATALERRS; 7820 old->e_flags |= EF_FATALERRS; 7904 ee->e_flags &= ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS
|
H A D | savemail.c | 806 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
|
H A D | srvrsmtp.c | 2831 e->e_flags &= ~(EF_FATALERRS|EF_PM_NOTIFY); 3664 aborting = bitset(EF_FATALERRS, e->e_flags);
|
H A D | sendmail.h | 946 #define EF_FATALERRS 0x00000020L /* fatal errors occurred */ macro
|