Searched refs:je_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.h221 Sigjmp_buf je_buf; /* only for use if !je_throw */ member in struct:jmpenv
327 EXCEPT_SET_ENV(ce,PerlProc_setjmp((ce).je_buf, SCOPE_SAVES_SIGNAL_MASK));\
353 PerlProc_longjmp(PL_top_env->je_buf, (v)); \
376 cur_env.je_ret = PerlProc_setjmp(cur_env.je_buf, SCOPE_SAVES_SIGNAL_MASK); \
390 PerlProc_longjmp(PL_top_env->je_buf, (v)); \

Completed in 19 milliseconds