Home
last modified time | relevance | path

Searched refs:QS_IS_UNMARKED (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Ddeliver.c3642 if (!QS_IS_UNMARKED(to->q_state))
3658 if (!QS_IS_UNMARKED(to->q_state))
4284 if (!QS_IS_UNMARKED(to->q_state))
H A Dsendmail.h501 #define QS_IS_UNMARKED(s) ((s) == QS_OK || \ macro