Home
last modified time | relevance | path

Searched refs:cxstack_max (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/p5-Scalar-Util-LooksLikeNumber/Scalar-Util-LooksLikeNumber-1.39.1/
H A DLooksLikeNumber.xs34 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
35 …Renew(cxstack, cxstack_max + 1, struct context); /* fencepost bug in older CXINC macros requires +… in my_cxinc()
/dports/devel/p5-Algorithm-Permute/Algorithm-Permute-0.16/
H A DPermute.xs44 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
45 Renew(cxstack, cxstack_max + 1, struct context); /* XXX should fix CXINC macro */ in my_cxinc()
/dports/devel/p5-Data-Dump-Streamer/Data-Dump-Streamer-2.40/lib/Data/Dump/
H A DStreamer.xs100 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
101 Renew(cxstack, cxstack_max + 1, struct context); /* XXX should fix CXINC macro */ in my_cxinc()
/dports/lang/perl5.34/perl-5.34.0/
H A Dscope.c98 const IV old_max = cxstack_max; in Perl_cxinc()
99 const IV new_max = GROW(cxstack_max); in Perl_cxinc()
101 cxstack_max = new_max; in Perl_cxinc()
H A Dcop.h1095 #define CXINC (cxstack_ix < cxstack_max ? ++cxstack_ix : (cxstack_ix = cxinc()))
1181 #define cxstack_max (PL_curstackinfo->si_cxmax) macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dscope.c98 const IV old_max = cxstack_max; in Perl_cxinc()
99 const IV new_max = GROW(cxstack_max); in Perl_cxinc()
101 cxstack_max = new_max; in Perl_cxinc()
H A Dcop.h1087 #define CXINC (cxstack_ix < cxstack_max ? ++cxstack_ix : (cxstack_ix = cxinc()))
1178 #define cxstack_max (PL_curstackinfo->si_cxmax) macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dscope.c96 const IV old_max = cxstack_max; in Perl_cxinc()
97 const IV new_max = GROW(cxstack_max); in Perl_cxinc()
99 cxstack_max = new_max; in Perl_cxinc()
H A Dcop.h918 #define CXINC (cxstack_ix < cxstack_max ? ++cxstack_ix : (cxstack_ix = cxinc()))
1026 #define cxstack_max (PL_curstackinfo->si_cxmax) macro
/dports/lang/perl5.32/perl-5.32.1/
H A Dscope.c98 const IV old_max = cxstack_max; in Perl_cxinc()
99 const IV new_max = GROW(cxstack_max); in Perl_cxinc()
101 cxstack_max = new_max; in Perl_cxinc()
H A Dcop.h948 #define CXINC (cxstack_ix < cxstack_max ? ++cxstack_ix : (cxstack_ix = cxinc()))
1061 #define cxstack_max (PL_curstackinfo->si_cxmax) macro
/dports/lang/perl5.30/perl-5.30.3/cpan/Scalar-List-Utils/
H A DListUtil.xs88 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
89 …Renew(cxstack, cxstack_max + 1, struct context); /* fencepost bug in older CXINC macros requires +… in my_cxinc()
/dports/lang/perl5.34/perl-5.34.0/cpan/Scalar-List-Utils/
H A DListUtil.xs110 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
111 …Renew(cxstack, cxstack_max + 1, struct context); /* fencepost bug in older CXINC macros requires +… in my_cxinc()
/dports/lang/perl5.32/perl-5.32.1/cpan/Scalar-List-Utils/
H A DListUtil.xs110 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
111 …Renew(cxstack, cxstack_max + 1, struct context); /* fencepost bug in older CXINC macros requires +… in my_cxinc()
/dports/lang/p5-Scalar-List-Utils/Scalar-List-Utils-1.60/
H A DListUtil.xs110 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
111 …Renew(cxstack, cxstack_max + 1, struct context); /* fencepost bug in older CXINC macros requires +… in my_cxinc()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Scalar-List-Utils/
H A DListUtil.xs110 cxstack_max = cxstack_max * 3 / 2; in my_cxinc()
111 …Renew(cxstack, cxstack_max + 1, struct context); /* fencepost bug in older CXINC macros requires +… in my_cxinc()
/dports/devel/p5-indirect/indirect-0.39/
H A Dindirect.xs186 cxix = (cxstack_ix < cxstack_max) ? (cxstack_ix + 1) : Perl_cxinc(aTHX); in indirect_call_sv()
/dports/devel/p5-Variable-Magic/Variable-Magic-0.62/
H A DMagic.xs1525 if (cxstack_ix < cxstack_max) { in vmg_svt_free()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500500047 cxstack_max # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500500047 cxstack_max # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500500047 cxstack_max # Z added by devel/scanprov
/dports/devel/p5-Data-Alias/Data-Alias-1.25/
H A DAlias.xs1550 I32 cxi = (cxstack_ix < cxstack_max) ? cxstack_ix + 1 : cxinc(); in DataAlias_pp_entereval()
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs769 cxix = (cxstack_ix < cxstack_max) ? (cxstack_ix + 1) : Perl_cxinc(aTHX); in su_call()
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A DState.xs938 if (ecb_expect_false (cxstack_ix + (int)SLOT_COUNT >= cxstack_max)) in save_perl()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim3499 syn keyword xsMacro cv_ckproto cx_type cxstack cxstack_ix cxstack_max

12