Home
last modified time | relevance | path

Searched refs:PL_scopestack_ix (Results 1 – 25 of 138) sorted by relevance

123456

/dports/devel/p5-XS-Parse-Sublike/XS-Parse-Sublike-0.14/lib/XS/Parse/
H A DSublike.xs113 U32 was_scopestack_ix = PL_scopestack_ix; in parse()
121 if(PL_scopestack_ix != was_scopestack_ix) in parse()
123 was_scopestack_ix, PL_scopestack_ix); in parse()
181 if(PL_scopestack_ix != was_scopestack_ix) in parse()
183 was_scopestack_ix, PL_scopestack_ix); in parse()
279 while(PL_scopestack_ix > was_scopestack_ix) in parse()
285 assert(PL_scopestack_ix == was_scopestack_ix); in parse()
290 assert(PL_scopestack_ix == was_scopestack_ix); in parse()
302 if(PL_scopestack_ix != was_scopestack_ix) in parse()
304 was_scopestack_ix, PL_scopestack_ix); in parse()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dscope.h204 PL_scopestack_name[PL_scopestack_ix-1] = name; \
211 assert(((char*)PL_scopestack_name[PL_scopestack_ix-1] \
213 || strEQ(PL_scopestack_name[PL_scopestack_ix-1], name)); \
H A Dperl.c597 assert(PL_scopestack_ix == 1); in perl_destruct()
638 assert(PL_scopestack_ix == 0); in perl_destruct()
1261 if (PL_scopestack_ix != 0) in perl_destruct()
1264 (long)PL_scopestack_ix); in perl_destruct()
1847 oldscope = PL_scopestack_ix; in perl_parse()
1868 while (PL_scopestack_ix > oldscope) in perl_parse()
2638 oldscope = PL_scopestack_ix; in perl_run()
2653 while (PL_scopestack_ix > oldscope) in perl_run()
4355 PL_scopestack_ix = 0; in Perl_init_stacks()
5107 while (PL_scopestack_ix > oldscope) in Perl_call_list()
[all …]
H A Dscope.c111 if (UNLIKELY(PL_scopestack_ix == PL_scopestack_max)) { in Perl_push_scope()
120 PL_scopestack_name[PL_scopestack_ix] = "unknown"; in Perl_push_scope()
122 PL_scopestack[PL_scopestack_ix++] = PL_savestack_ix; in Perl_push_scope()
129 const I32 oldsave = PL_scopestack[--PL_scopestack_ix]; in Perl_pop_scope()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dscope.h204 PL_scopestack_name[PL_scopestack_ix-1] = name; \
212 assert(((char*)PL_scopestack_name[PL_scopestack_ix-1] \
214 || strEQ(PL_scopestack_name[PL_scopestack_ix-1], name)); \
H A Dperl.c584 assert(PL_scopestack_ix == 1); in perl_destruct()
619 call_list(PL_scopestack_ix, PL_endav); in perl_destruct()
625 assert(PL_scopestack_ix == 0); in perl_destruct()
1248 if (PL_scopestack_ix != 0) in perl_destruct()
1828 oldscope = PL_scopestack_ix; in perl_parse()
1849 while (PL_scopestack_ix > oldscope) in perl_parse()
2619 oldscope = PL_scopestack_ix; in perl_run()
2634 while (PL_scopestack_ix > oldscope) in perl_run()
4345 PL_scopestack_ix = 0; in Perl_init_stacks()
5129 while (PL_scopestack_ix > oldscope) in Perl_call_list()
[all …]
H A Dscope.c111 if (UNLIKELY(PL_scopestack_ix == PL_scopestack_max)) { in Perl_push_scope()
120 PL_scopestack_name[PL_scopestack_ix] = "unknown"; in Perl_push_scope()
122 PL_scopestack[PL_scopestack_ix++] = PL_savestack_ix; in Perl_push_scope()
129 const I32 oldsave = PL_scopestack[--PL_scopestack_ix]; in Perl_pop_scope()
/dports/lang/perl5.30/perl-5.30.3/
H A Dscope.h202 PL_scopestack_name[PL_scopestack_ix-1] = name; \
209 assert(((char*)PL_scopestack_name[PL_scopestack_ix-1] \
211 || strEQ(PL_scopestack_name[PL_scopestack_ix-1], name)); \
H A Dperl.c624 assert(PL_scopestack_ix == 1); in perl_destruct()
669 assert(PL_scopestack_ix == 0); in perl_destruct()
1224 if (PL_scopestack_ix != 0) in perl_destruct()
1227 (long)PL_scopestack_ix); in perl_destruct()
1816 oldscope = PL_scopestack_ix; in perl_parse()
1837 while (PL_scopestack_ix > oldscope) in perl_parse()
2611 oldscope = PL_scopestack_ix; in perl_run()
2626 while (PL_scopestack_ix > oldscope) in perl_run()
4328 PL_scopestack_ix = 0; in Perl_init_stacks()
5083 while (PL_scopestack_ix > oldscope) in Perl_call_list()
[all …]
H A Dscope.c109 if (UNLIKELY(PL_scopestack_ix == PL_scopestack_max)) { in Perl_push_scope()
118 PL_scopestack_name[PL_scopestack_ix] = "unknown"; in Perl_push_scope()
120 PL_scopestack[PL_scopestack_ix++] = PL_savestack_ix; in Perl_push_scope()
127 const I32 oldsave = PL_scopestack[--PL_scopestack_ix]; in Perl_pop_scope()
/dports/lang/perl5.32/perl-5.32.1/
H A Dscope.h202 PL_scopestack_name[PL_scopestack_ix-1] = name; \
209 assert(((char*)PL_scopestack_name[PL_scopestack_ix-1] \
211 || strEQ(PL_scopestack_name[PL_scopestack_ix-1], name)); \
H A Dperl.c610 assert(PL_scopestack_ix == 1); in perl_destruct()
651 assert(PL_scopestack_ix == 0); in perl_destruct()
1274 if (PL_scopestack_ix != 0) in perl_destruct()
1277 (long)PL_scopestack_ix); in perl_destruct()
1866 oldscope = PL_scopestack_ix; in perl_parse()
1887 while (PL_scopestack_ix > oldscope) in perl_parse()
2657 oldscope = PL_scopestack_ix; in perl_run()
2672 while (PL_scopestack_ix > oldscope) in perl_run()
4375 PL_scopestack_ix = 0; in Perl_init_stacks()
5130 while (PL_scopestack_ix > oldscope) in Perl_call_list()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c119 call_list(PL_scopestack_ix, PL_unitcheckav); in XS()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c119 call_list(PL_scopestack_ix, PL_unitcheckav); in XS()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c119 call_list(PL_scopestack_ix, PL_unitcheckav); in XS()
/dports/devel/p5-B-C/B-C-1.57/
H A Dcc_runtime.h43 oldsave = PL_scopestack[PL_scopestack_ix - 1]; \
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A DTestXS.c217 call_list(PL_scopestack_ix, PL_unitcheckav); in XS_EXTERNAL()
/dports/converters/p5-Encode-JIS2K/Encode-JIS2K-0.03/
H A DJIS2K.c216 call_list(PL_scopestack_ix, PL_unitcheckav); in XS_EXTERNAL()
/dports/chinese/p5-Encode-HanExtra/Encode-HanExtra-0.23/
H A DHanExtra.c222 call_list(PL_scopestack_ix, PL_unitcheckav); in XS_EXTERNAL()
/dports/devel/p5-B-C/B-C-1.57/ByteLoader/
H A Dbytecode.h624 I32 oldscope = PL_scopestack_ix; \
641 I32 oldscope = PL_scopestack_ix; \
658 I32 oldscope = PL_scopestack_ix; \
675 I32 oldscope = PL_scopestack_ix; \
/dports/lang/perl5.32/perl-5.32.1/amigaos4/
H A Damigaio.c461 volatile int oldscope = PL_scopestack_ix; in amigaos4_start_child()
472 while (PL_scopestack_ix > oldscope) in amigaos4_start_child()
523 if (PL_scopestack_ix <= 1) in amigaos4_start_child()
/dports/lang/perl5.34/perl-5.34.0/amigaos4/
H A Damigaio.c461 volatile int oldscope = PL_scopestack_ix; in amigaos4_start_child()
472 while (PL_scopestack_ix > oldscope) in amigaos4_start_child()
523 if (PL_scopestack_ix <= 1) in amigaos4_start_child()
/dports/lang/perl5.30/perl-5.30.3/amigaos4/
H A Damigaio.c461 volatile int oldscope = PL_scopestack_ix; in amigaos4_start_child()
472 while (PL_scopestack_ix > oldscope) in amigaos4_start_child()
523 if (PL_scopestack_ix <= 1) in amigaos4_start_child()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/amigaos4/
H A Damigaio.c461 volatile int oldscope = PL_scopestack_ix; in amigaos4_start_child()
472 while (PL_scopestack_ix > oldscope) in amigaos4_start_child()
523 if (PL_scopestack_ix <= 1) in amigaos4_start_child()
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs758 PL_scopestack_ix, PL_savestack_ix)); in su_call()
940 ud, SU_UD_DEPTH(ud), PL_scopestack_ix, PL_savestack_ix); in su_localize()
1122 ud, PL_savestack_ix, depth, PL_scopestack_ix)); in su_ss_push_destructor()
1167 ud, ud, SU_UD_DEPTH(ud), PL_scopestack_ix, PL_savestack_ix) in su_pop()
1204 depth = PL_scopestack_ix - cxstack[cxix].blk_oldscopesp; in su_init()
1210 ud, depth, PL_scopestack_ix, PL_savestack_ix)); in su_init()
1264 for (i = 0; cur_scope_ix < PL_scopestack_ix; i++) { in su_init()
1896 PL_scopestack_ix = cx->blk_oldscopesp; in su_uplevel_restore_old()
1897 leave_scope(PL_scopestack[PL_scopestack_ix]); in su_uplevel_restore_old()

123456