Lines Matching refs:e_flags
149 if (bitset(EF_RESPONSE, e->e_flags))
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
275 e->e_flags |= EF_PM_NOTIFY;
559 ee->e_flags |= EF_RESPONSE|EF_METOO;
560 if (!bitset(EF_OLDSTYLE, e->e_flags))
561 ee->e_flags &= ~EF_OLDSTYLE;
562 if (bitset(EF_DONT_MIME, e->e_flags))
564 ee->e_flags |= EF_DONT_MIME;
571 if (bitset(EF_HAS8BIT, e->e_flags) &&
582 ee->e_flags |= EF_NO_BODY_RETN;
615 if (bitset(EF_RESPONSE, e->e_flags))
617 else if (bitset(EF_WARNING, e->e_flags))
645 if (p == NULL && bitset(EF_HAS8BIT, e->e_flags))
712 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
816 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
854 !bitset(EF_SENDRECEIPT, e->e_parent->e_flags))
1342 if (bitset(EF_HAS_DF, e->e_parent->e_flags))
1344 sendbody = !bitset(EF_NO_BODY_RETN, e->e_parent->e_flags) &&
1345 !bitset(EF_NO_BODY_RETN, e->e_flags);
1376 bitset(EF_HAS8BIT, e->e_parent->e_flags))