Home
last modified time | relevance | path

Searched refs:JMPENV_PUSH (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Drun.c108 JMPENV_PUSH(ret); in Perl_runops_wrap()
Dperl.c658 JMPENV_PUSH(x); in perl_destruct()
1909 JMPENV_PUSH(ret); in perl_parse()
2775 JMPENV_PUSH(ret); in perl_run()
3213 JMPENV_PUSH(ret); in Perl_call_sv()
3352 JMPENV_PUSH(ret); in Perl_eval_sv()
5294 JMPENV_PUSH(ret); in Perl_call_list()
DXSUB.h400 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
Dcop.h117 #define JMPENV_PUSH(v) \ macro
Dpp_ctl.c3746 JMPENV_PUSH(ret); in S_docatch()
3889 JMPENV_PUSH(ret); in S_try_yyparse()
3947 JMPENV_PUSH(ret); in S_try_run_unitcheck()
Dop.c4894 JMPENV_PUSH(ret); in S_fold_constants_eval()
5141 JMPENV_PUSH(ret); in S_gen_constant_list()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dexception25 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlinterp.pod180 =for apidoc Amh|void|JMPENV_PUSH|int v
185 C<JMPENV_PUSH> and C<JMPENV_JUMP>. The push operation, as well as setting
217 The zero value is for a normal return from JMPENV_PUSH()
222 C<JMPENV_PUSH> set up (and at a suitable location within the CPU call
233 JMPENV_PUSH(ret);
235 case 0: /* normal return from JMPENV_PUSH() */
258 you might expect perl to also do a JMPENV_PUSH() in places like
282 runops loop, guarded by a single C<JMPENV_PUSH>. Each caught eval will pop
294 C<JMPENV_PUSH> before executing C<FETCH> in the inner runops loop, but for
301 C<JMPENV_PUSH> and start a new runops loop to execute the code, rather
[all …]
Dperldiag.pod5034 =item panic: fold_constants JMPENV_PUSH returned %d
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500400085 JMPENV_PUSH # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/amigaos4/
Damigaio.c464 JMPENV_PUSH(status); in amigaos4_start_child()
/openbsd/src/gnu/usr.bin/perl/dist/threads/
Dthreads.xs511 JMPENV_PUSH(jmp_rc); in S_jmpenv_run()
/openbsd/src/gnu/usr.bin/perl/win32/
Dperlhost.h1904 JMPENV_PUSH(status); in win32_start_child()
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h17289 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)