Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dexc.h134 SM_EXC_T *eh_value; member
152 _h.eh_value = NULL; \
169 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
172 SM_UNUSED(SM_EXC_T *e) = _h.eh_value;
179 if (_h.eh_value != NULL) \
180 sm_exc_raise_x(_h.eh_value); \
182 if (_h.eh_value != NULL) \
183 sm_exc_raise_x(_h.eh_value); \
185 sm_exc_free(_h.eh_value); \
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dexc.c616 if (SmExcHandler->eh_value == NULL)
617 SmExcHandler->eh_value = exc;