Home
last modified time | relevance | path

Searched refs:QS_IS_OK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c825 if (!QS_IS_OK(new->q_state))
912 if (!quoted && QS_IS_OK(new->q_state) &&
958 QS_IS_OK(new->q_state))
968 if (QS_IS_OK(new->q_state) &&
H A Dalias.c67 if (!QS_IS_OK(a->q_state))
905 !QS_IS_OK(user->q_state))
H A Ddeliver.c906 else if (QS_IS_OK(q->q_state))
1338 if (!QS_IS_OK(to->q_state))
1503 if (!QS_IS_OK(to->q_state)) /* already sent; look at next */
1687 if (!QS_IS_OK(to->q_state))
3460 if (!QS_IS_OK(to->q_state))
H A Denvelope.c445 if ((QS_IS_OK(q->q_state) ||
H A Dsendmail.h308 #define QS_IS_OK(s) ((s) == QS_OK) macro