_longjmp
#define longjmp(jmploc, val) _longjmp(jmploc, val)
_longjmp(n->env, 1);
void _longjmp(jmp_buf, int) __dead2;
#define longjmp _longjmp