Home
last modified time | relevance | path

Searched defs:sm_longjmp_sig (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dsetjmp.h33 # define sm_longjmp_sig(buf, val) siglongjmp(buf, val) macro
40 # define sm_longjmp_sig(buf, val) longjmp(buf, val) macro