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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.h208 * Existence of a non-null top_env->je_prev implies it is valid to call
209 * longjmp() at that runlevel (we make sure start_env.je_prev is always
220 struct jmpenv * je_prev; member in struct:jmpenv
306 (ce).je_prev = PL_top_env; \
341 PL_top_env = (ce).je_prev; \
349 if (PL_top_env->je_prev) { \
374 cur_env.je_prev = PL_top_env; \
384 STMT_START { PL_top_env = cur_env.je_prev; } STMT_END
389 if (PL_top_env->je_prev) \
H A Dcc_runtime.h84 STMT_START{ PL_top_env=PL_top_env->je_prev; }STMT_END
H A Dutil.c1107 if ((!PL_restartop && was_in_eval) || PL_top_env->je_prev)

Completed in 47 milliseconds