Home
last modified time | relevance | path

Searched refs:JMPENV_JUMP (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Drun.c158 JMPENV_JUMP(ret); /* re-throw the exception */ in Perl_runops_wrap()
DXSUB.h403 # define XCPT_RETHROW JMPENV_JUMP(rEtV)
Dcop.h163 #define JMPENV_JUMP(v) \ macro
Dpp_ctl.c2086 JMPENV_JUMP(3); in Perl_die_unwind()
3777 JMPENV_JUMP(ret); /* re-throw the exception */ in S_docatch()
3903 JMPENV_JUMP(ret); in S_try_yyparse()
3965 JMPENV_JUMP(ret); in S_try_run_unitcheck()
Dperl.c5336 JMPENV_JUMP(3); in Perl_call_list()
5502 JMPENV_JUMP(2); in S_my_exit_jump()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D500400028 JMPENV_JUMP # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dexception28 # define XCPT_RETHROW JMPENV_JUMP(rEtV)
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlinterp.pod181 =for apidoc Amh|void|JMPENV_JUMP|int v
185 C<JMPENV_PUSH> and C<JMPENV_JUMP>. The push operation, as well as setting
193 achieved via a C<JMPENV_JUMP()>. In particular:
199 These unwind all stacks, then perform a JMPENV_JUMP(2).
206 a JMPENV_JUMP(3).
209 as an exit: unwind all stacks and perform a JMPENV_JUMP(2).
213 JMPENV_JUMP(1) is currently unused except in perl_run().
358 C<PL_restartop> from it, does a C<JMPENV_JUMP(3)>, and control returns
381 JMPENV_JUMP(3) done, which pops the C stack back to the docatch():
394 differs from the current one, docatch() just does a JMPENV_JUMP(3)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500400083 JMPENV_JUMP # E
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc395 Amhd|void|JMPENV_JUMP|int v
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h17292 # define XCPT_RETHROW JMPENV_JUMP(rEtV)