Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict.h302 #define dict_setjmp(dict) setjmp((dict)->jbuf[0]) macro
305 #define dict_setjmp(dict) sigsetjmp((dict)->jbuf[0], 1) macro