Home
last modified time | relevance | path

Searched refs:eh_value (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dexc.c614 if (SmExcHandler->eh_value == NULL)
615 SmExcHandler->eh_value = exc;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dexc.h132 SM_EXC_T *eh_value; member
150 _h.eh_value = NULL; \
167 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
170 SM_UNUSED(SM_EXC_T *e) = _h.eh_value;
177 if (_h.eh_value != NULL) \
178 sm_exc_raise_x(_h.eh_value); \
180 if (_h.eh_value != NULL) \
181 sm_exc_raise_x(_h.eh_value); \
183 sm_exc_free(_h.eh_value); \