Home
last modified time | relevance | path

Searched refs:in_eval (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/lib/
Ddiagnostics.pm571 my $in_eval = 0;
575 $in_eval = 1;
580 splainthis($exception) unless $in_eval;
586 return if $in_eval;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
D696-intercept_skip_all.t8 tests in_eval => sub {
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DTODO125 in_eval
/openbsd/src/gnu/usr.bin/perl/
Dintrpvar.h135 PERLVAR(I, in_eval, U8) /* trap "fatal" errors? */
Dpp_ctl.c1965 U8 in_eval = PL_in_eval; in Perl_die_unwind() local
1968 if (in_eval) { in Perl_die_unwind()
2012 if (!(in_eval & EVAL_KEEPERR)) { in Perl_die_unwind()
2020 if (in_eval & EVAL_KEEPERR) { in Perl_die_unwind()
2080 if (!(in_eval & EVAL_KEEPERR)) { in Perl_die_unwind()