Searched refs:MCIF_INLONGLINE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c1158 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1174 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1195 mci->mci_flags &= ~MCIF_INLONGLINE;
1204 mci->mci_flags |= MCIF_INLONGLINE;
H A Dmime.c530 if (!bitset(MCIF_INLONGLINE, mci->mci_flags))
H A Dsendmail.h732 #define MCIF_INLONGLINE 0x01000000 /* in the middle of a long line */ macro
H A Dusersmtp.c2710 bitset(MCIF_INLONGLINE, mci->mci_flags) ? m->m_eol : "",
H A Ddeliver.c3296 if (ok && bitset(MCIF_INLONGLINE, mci->mci_flags))

Completed in 73 milliseconds