Home
last modified time | relevance | path

Searched refs:MCIF_INLONGLINE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dutil.c1304 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1320 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1341 mci->mci_flags &= ~MCIF_INLONGLINE;
1350 mci->mci_flags |= MCIF_INLONGLINE;
H A Dmime.c530 if (!bitset(MCIF_INLONGLINE, mci->mci_flags))
H A Dmci.c645 { MCIF_INLONGLINE, "INLONGLINE" },
H A Dsendmail.h942 #define MCIF_INLONGLINE 0x01000000 /* in the middle of a long line */ macro
H A Dusersmtp.c2841 bitset(MCIF_INLONGLINE, mci->mci_flags) ? m->m_eol : "",
H A Ddeliver.c4224 if (ok && bitset(MCIF_INLONGLINE, mci->mci_flags))