Searched defs:SM_DEBUG_UNKNOWN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Ddebug.h54 # define SM_DEBUG_UNKNOWN ((SM_ATOMIC_UINT_T)(-1)) macro
66 ** It is initialized to SM_DEBUG_UNKNOWN, which indicates
68 ** SM_DEBUG_UNKNOWN, then the access functions will look up
110 ((debug)->debug_level != SM_DEBUG_UNKNOWN || \
114 ((debug)->debug_level == SM_DEBUG_UNKNOWN \
117 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN)
132 SM_DEBUG_UNKNOWN, \

Completed in 20 milliseconds