Home
last modified time | relevance | path

Searched refs:QS_OK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsendmail.h464 #define QS_OK 0 /* address ok (for now)/not yet tried */ macro
489 #define QS_IS_OK(s) ((s) == QS_OK)
497 #define QS_IS_UNDELIVERED(s) ((s) == QS_OK || \
501 #define QS_IS_UNMARKED(s) ((s) == QS_OK || \
503 #define QS_IS_SENDABLE(s) ((s) == QS_OK || \
H A Dalias.c163 a->q_state = QS_OK;
H A Ddeliver.c427 q->q_state = QS_OK;
4288 to->q_state = QS_OK;
H A Dparseaddr.c2546 case QS_OK: