Lines Matching refs:e_flags
151 if (bitset(EF_RESPONSE, e->e_flags))
154 bitset(EF_RESPONSE, e->e_parent->e_flags))
277 e->e_flags |= EF_PM_NOTIFY;
561 ee->e_flags |= EF_RESPONSE|EF_METOO;
562 if (!bitset(EF_OLDSTYLE, e->e_flags))
563 ee->e_flags &= ~EF_OLDSTYLE;
564 if (bitset(EF_DONT_MIME, e->e_flags))
566 ee->e_flags |= EF_DONT_MIME;
573 if (bitset(EF_HAS8BIT, e->e_flags) &&
584 ee->e_flags |= EF_NO_BODY_RETN;
621 if (bitset(EF_RESPONSE, e->e_flags))
623 else if (bitset(EF_WARNING, e->e_flags))
651 if (p == NULL && bitset(EF_HAS8BIT, e->e_flags))
732 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
874 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
912 !bitset(EF_SENDRECEIPT, e->e_parent->e_flags))
1425 if (bitset(EF_HAS_DF, e->e_parent->e_flags))
1427 sendbody = !bitset(EF_NO_BODY_RETN, e->e_parent->e_flags) &&
1428 !bitset(EF_NO_BODY_RETN, e->e_flags);
1470 bitset(EF_HAS8BIT, e->e_parent->e_flags))