Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Drun.c111 cur_env.je_mustcatch = cur_env.je_prev->je_mustcatch; in Perl_runops_wrap()
H A Dcop.h38 bool je_mustcatch; /* longjmp()s must be caught locally */ member
76 PL_start_env.je_mustcatch = TRUE; \
139 cur_env.je_mustcatch = FALSE; \
180 #define CATCH_GET (PL_top_env->je_mustcatch)
186 PL_top_env->je_mustcatch, (v), (void*)PL_top_env, \
188 PL_top_env->je_mustcatch = (v); \