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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c2013 int opos, omax, spaces; local
2062 omax = mci->mci_mailer->m_linelimit - 2;
2063 if (omax < 0 || omax > 78)
2064 omax = 78;
2169 if (opos > omax && !firstone)

Completed in 17 milliseconds