Searched refs:PERL_EXIT_ABORT (Results 1 – 5 of 5) sorted by relevance
2 PERL_EXIT_ABORT # E
7 PERL_EXIT_ABORT # E
5358 if (PL_exit_flags & PERL_EXIT_ABORT) { in Perl_my_exit()5362 PL_exit_flags |= PERL_EXIT_ABORT; /* Protect against reentrant calls */ in Perl_my_exit()5364 PL_exit_flags &= ~PERL_EXIT_ABORT; in Perl_my_exit()5476 if (PL_exit_flags & PERL_EXIT_ABORT) { in Perl_my_failure_exit()5480 PL_exit_flags |= PERL_EXIT_ABORT; /* Protect against reentrant calls */ in Perl_my_failure_exit()5482 PL_exit_flags &= ~PERL_EXIT_ABORT; in Perl_my_failure_exit()
4057 #define PERL_EXIT_ABORT 0x08 /* Call abort() if Perl_my_exit() or Perl_my_failure_exit() called */ macro
526 Amnhd||PERL_EXIT_ABORT