Home
last modified time | relevance | path

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

12345678910>>...15

/dports/devel/p5-B-C/B-C-1.57/
H A Dcc_runtime.h54 JMPENV_PUSH(ret); \
76 JMPENV_PUSH(ret); \
90 JMPENV_PUSH(ret); \
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dexception25 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dexception25 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dexception25 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dexception25 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dexception25 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperlinterp.pod179 The perl core wraps C<setjmp()> etc in the macros C<JMPENV_PUSH> and
185 =for apidoc Amh|void|JMPENV_PUSH|int v
189 C<call_sv(cv, G_EVAL)> each does a C<JMPENV_PUSH>, then enter a runops
212 for the tie code to do a C<JMPENV_PUSH> before executing C<FETCH> in
216 they call C<docatch>, which does a C<JMPENV_PUSH> and starts a new
234 To run this code, C<perl_run> is called, which does a C<JMPENV_PUSH>
241 which does a C<JMPENV_PUSH> and starts a third runops loop, which then
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlinterp.pod179 The perl core wraps C<setjmp()> etc in the macros C<JMPENV_PUSH> and
185 =for apidoc Amh|void|JMPENV_PUSH|int v
189 C<call_sv(cv, G_EVAL)> each does a C<JMPENV_PUSH>, then enter a runops
212 for the tie code to do a C<JMPENV_PUSH> before executing C<FETCH> in
216 they call C<docatch>, which does a C<JMPENV_PUSH> and starts a new
234 To run this code, C<perl_run> is called, which does a C<JMPENV_PUSH>
241 which does a C<JMPENV_PUSH> and starts a third runops loop, which then
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperlinterp.pod176 The perl core wraps C<setjmp()> etc in the macros C<JMPENV_PUSH> and
182 C<call_sv(cv, G_EVAL)> each does a C<JMPENV_PUSH>, then enter a runops
203 for the tie code to do a C<JMPENV_PUSH> before executing C<FETCH> in
207 they call C<docatch>, which does a C<JMPENV_PUSH> and starts a new
225 To run this code, C<perl_run> is called, which does a C<JMPENV_PUSH>
232 which does a C<JMPENV_PUSH> and starts a third runops loop, which then
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperlinterp.pod176 The perl core wraps C<setjmp()> etc in the macros C<JMPENV_PUSH> and
182 C<call_sv(cv, G_EVAL)> each does a C<JMPENV_PUSH>, then enter a runops
203 for the tie code to do a C<JMPENV_PUSH> before executing C<FETCH> in
207 they call C<docatch>, which does a C<JMPENV_PUSH> and starts a new
225 To run this code, C<perl_run> is called, which does a C<JMPENV_PUSH>
232 which does a C<JMPENV_PUSH> and starts a third runops loop, which then
/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.c641 JMPENV_PUSH(x); in perl_destruct()
1869 JMPENV_PUSH(ret); in perl_parse()
2662 JMPENV_PUSH(ret); in perl_run()
3071 JMPENV_PUSH(ret); in Perl_call_sv()
3189 JMPENV_PUSH(ret); in Perl_eval_sv()
5112 JMPENV_PUSH(ret); in Perl_call_list()
H A DXSUB.h390 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.c628 JMPENV_PUSH(x); in perl_destruct()
1850 JMPENV_PUSH(ret); in perl_parse()
2643 JMPENV_PUSH(ret); in perl_run()
3058 JMPENV_PUSH(ret); in Perl_call_sv()
3175 JMPENV_PUSH(ret); in Perl_eval_sv()
5089 JMPENV_PUSH(ret); in Perl_call_list()
H A DXSUB.h400 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.c659 JMPENV_PUSH(x); in perl_destruct()
1819 JMPENV_PUSH(ret); in perl_parse()
2616 JMPENV_PUSH(ret); in perl_run()
3022 JMPENV_PUSH(ret); in Perl_call_sv()
3136 JMPENV_PUSH(ret); in Perl_eval_sv()
5065 JMPENV_PUSH(ret); in Perl_call_list()
H A DXSUB.h386 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.c615 JMPENV_PUSH(x); in perl_destruct()
1831 JMPENV_PUSH(ret); in perl_parse()
2624 JMPENV_PUSH(ret); in perl_run()
3039 JMPENV_PUSH(ret); in Perl_call_sv()
3156 JMPENV_PUSH(ret); in Perl_eval_sv()
5111 JMPENV_PUSH(ret); in Perl_call_list()
H A DXSUB.h400 # define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500400087 JMPENV_PUSH # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500400087 JMPENV_PUSH # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500400087 JMPENV_PUSH # Z added by devel/scanprov
/dports/lang/perl5.32/perl-5.32.1/amigaos4/
H A Damigaio.c464 JMPENV_PUSH(status); in amigaos4_start_child()
/dports/lang/perl5.34/perl-5.34.0/amigaos4/
H A Damigaio.c464 JMPENV_PUSH(status); in amigaos4_start_child()
/dports/lang/perl5.30/perl-5.30.3/amigaos4/
H A Damigaio.c464 JMPENV_PUSH(status); in amigaos4_start_child()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/amigaos4/
H A Damigaio.c464 JMPENV_PUSH(status); in amigaos4_start_child()

12345678910>>...15