Searched refs:EX_NOTSTICKY (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 2077 mci_setstat(mci, EX_NOTSTICKY, "5.6.3", MsgBuf); 2192 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, smtptodsn(r)), 2203 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.5.2"), 2210 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.1.3"), 2217 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.3.4"), 2226 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.0.0"), 2730 xstat = EX_NOTSTICKY; 2813 xstat = EX_NOTSTICKY;
|
H A D | mci.c | 526 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 2730 # define EX_NOTSTICKY (-5) /* don't save persistent status */ macro
|