Home
last modified time | relevance | path

Searched refs:blk_sub (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/lang/perl5.34/perl-5.34.0/cpan/Scalar-List-Utils/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/lang/perl5.30/perl-5.30.3/cpan/Scalar-List-Utils/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/lang/perl5.32/perl-5.32.1/cpan/Scalar-List-Utils/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/devel/p5-List-SomeUtils-XS/List-SomeUtils-XS-0.58/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/devel/p5-Array-Heap/Array-Heap-3.22/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/devel/p5-Algorithm-Permute/Algorithm-Permute-0.16/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/devel/p5-Scalar-Util-LooksLikeNumber/Scalar-Util-LooksLikeNumber-1.39.1/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/lang/p5-Scalar-List-Utils/Scalar-List-Utils-1.60/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Scalar-List-Utils/
H A Dmulticall.h110 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
115 cx->blk_sub.hasargs = hasargs; \
116 cx->blk_sub.lval = PL_op->op_private & \
/dports/lang/p5-List-MoreUtils-XS/List-MoreUtils-XS-0.430/
H A Dmulticall.h145 # define PUSHSUB_RETSTACK(cx) cx->blk_sub.retop = Nullop;
148 cx->blk_sub.cv = the_cv; \
149 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
150 cx->blk_sub.hasargs = hasargs; \
151 cx->blk_sub.lval = PL_op->op_private & \
/dports/devel/p5-Want/Want-0.29/
H A DWant.xs19 # define CxLVAL(cx) cx->blk_sub.lval
88 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub)) in upcontext()
99 if (PL_DBsub && dbcxix >= 0 && ccstack[dbcxix].blk_sub.cv == GvCV(PL_DBsub)) { in upcontext()
145 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub)) in upcontext_plus()
156 if (PL_DBsub && dbcxix >= 0 && ccstack[dbcxix].blk_sub.cv == GvCV(PL_DBsub)) in upcontext_plus()
326 return cx->blk_sub.retop; in find_return_op()
525 if (CvLVALUE(cx->blk_sub.cv))
736 CvDEPTH(ourcx->blk_sub.cv)--;
752 ourcx->blk_sub.retop = PL_op->op_next;
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DExt.xxs31 cv=cx->blk_sub.cv;
33 d = cx->blk_sub.olddepth;
59 CV* cv = cx->blk_sub.cv;
/dports/lang/perl5.32/perl-5.32.1/
H A Dinline.h2166 cx->blk_sub.cv = cv; in Perl_cx_pushsub()
2167 cx->blk_sub.olddepth = CvDEPTH(cv); in Perl_cx_pushsub()
2168 cx->blk_sub.prevcomppad = PL_comppad; in Perl_cx_pushsub()
2170 cx->blk_sub.retop = retop; in Perl_cx_pushsub()
2186 PL_comppad = cx->blk_sub.prevcomppad; in Perl_cx_popsub_common()
2188 cv = cx->blk_sub.cv; in Perl_cx_popsub_common()
2189 CvDEPTH(cv) = cx->blk_sub.olddepth; in Perl_cx_popsub_common()
2190 cx->blk_sub.cv = NULL; in Perl_cx_popsub_common()
2206 PadlistARRAY(CvPADLIST(cx->blk_sub.cv))[ in Perl_cx_popsub_args()
2207 CvDEPTH(cx->blk_sub.cv)])) == PL_curpad); in Perl_cx_popsub_args()
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dinline.h2047 cx->blk_sub.cv = cv; in S_cx_pushsub()
2048 cx->blk_sub.olddepth = CvDEPTH(cv); in S_cx_pushsub()
2049 cx->blk_sub.prevcomppad = PL_comppad; in S_cx_pushsub()
2051 cx->blk_sub.retop = retop; in S_cx_pushsub()
2067 PL_comppad = cx->blk_sub.prevcomppad; in S_cx_popsub_common()
2069 cv = cx->blk_sub.cv; in S_cx_popsub_common()
2070 CvDEPTH(cv) = cx->blk_sub.olddepth; in S_cx_popsub_common()
2071 cx->blk_sub.cv = NULL; in S_cx_popsub_common()
2086 PadlistARRAY(CvPADLIST(cx->blk_sub.cv))[ in S_cx_popsub_args()
2087 CvDEPTH(cx->blk_sub.cv)])) == PL_curpad); in S_cx_popsub_args()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dinline.h2203 cx->blk_sub.cv = cv; in Perl_cx_pushsub()
2204 cx->blk_sub.olddepth = CvDEPTH(cv); in Perl_cx_pushsub()
2205 cx->blk_sub.prevcomppad = PL_comppad; in Perl_cx_pushsub()
2207 cx->blk_sub.retop = retop; in Perl_cx_pushsub()
2223 PL_comppad = cx->blk_sub.prevcomppad; in Perl_cx_popsub_common()
2225 cv = cx->blk_sub.cv; in Perl_cx_popsub_common()
2226 CvDEPTH(cv) = cx->blk_sub.olddepth; in Perl_cx_popsub_common()
2227 cx->blk_sub.cv = NULL; in Perl_cx_popsub_common()
2243 PadlistARRAY(CvPADLIST(cx->blk_sub.cv))[ in Perl_cx_popsub_args()
2244 CvDEPTH(cx->blk_sub.cv)])) == PL_curpad); in Perl_cx_popsub_args()
[all …]
/dports/devel/p5-B-Utils/B-Utils-0.27/
H A DOP.xs66 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub)) in BUtils_op_upcontext()
100 return cx->blk_sub.retop; in BUtils_find_return_op()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dcop95 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub))
110 if (PL_DBsub && GvCV(PL_DBsub) && dbcxix >= 0 && ccstack[dbcxix].blk_sub.cv == GvCV(PL_DBsub))
158 gv = CvGV(cx->blk_sub.cv);
163 gv = CvGV(dbcx->blk_sub.cv);
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dcop95 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub))
110 if (PL_DBsub && GvCV(PL_DBsub) && dbcxix >= 0 && ccstack[dbcxix].blk_sub.cv == GvCV(PL_DBsub))
158 gv = CvGV(cx->blk_sub.cv);
163 gv = CvGV(dbcx->blk_sub.cv);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dcop95 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub))
110 if (PL_DBsub && GvCV(PL_DBsub) && dbcxix >= 0 && ccstack[dbcxix].blk_sub.cv == GvCV(PL_DBsub))
158 gv = CvGV(cx->blk_sub.cv);
163 gv = CvGV(dbcx->blk_sub.cv);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dcop95 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub))
110 if (PL_DBsub && GvCV(PL_DBsub) && dbcxix >= 0 && ccstack[dbcxix].blk_sub.cv == GvCV(PL_DBsub))
158 gv = CvGV(cx->blk_sub.cv);
163 gv = CvGV(dbcx->blk_sub.cv);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dcop95 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub))
110 if (PL_DBsub && GvCV(PL_DBsub) && dbcxix >= 0 && ccstack[dbcxix].blk_sub.cv == GvCV(PL_DBsub))
158 gv = CvGV(cx->blk_sub.cv);
163 gv = CvGV(dbcx->blk_sub.cv);
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A Dclone.c134 if (cx->blk_sub.olddepth == 0) in coro_clone()
135 SvREFCNT_inc ((SV *)cx->blk_sub.cv); in coro_clone()
137 if (cx->blk_sub.hasargs) in coro_clone()
139 SvREFCNT_inc ((SV *)cx->blk_sub.argarray); in coro_clone()
140 SvREFCNT_inc ((SV *)cx->blk_sub.savearray); in coro_clone()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dinline.h2795 cx->blk_sub.cv = cv; in Perl_cx_pushsub()
2796 cx->blk_sub.olddepth = CvDEPTH(cv); in Perl_cx_pushsub()
2797 cx->blk_sub.prevcomppad = PL_comppad; in Perl_cx_pushsub()
2799 cx->blk_sub.retop = retop; in Perl_cx_pushsub()
2815 PL_comppad = cx->blk_sub.prevcomppad; in Perl_cx_popsub_common()
2817 cv = cx->blk_sub.cv; in Perl_cx_popsub_common()
2818 CvDEPTH(cv) = cx->blk_sub.olddepth; in Perl_cx_popsub_common()
2819 cx->blk_sub.cv = NULL; in Perl_cx_popsub_common()
2835 PadlistARRAY(CvPADLIST(cx->blk_sub.cv))[ in Perl_cx_popsub_args()
2836 CvDEPTH(cx->blk_sub.cv)])) == PL_curpad); in Perl_cx_popsub_args()
[all …]
/dports/devel/p5-PadWalker/PadWalker-2.5/
H A DPadWalker.xs58 CV *cv = cxstack[i].blk_sub.cv; in show_cxstack()
163 ccstack[cxix].blk_sub.cv == GvCV(PL_DBsub)) in upcontext()
317 CV* cur_cv = cx ? cx->blk_sub.cv : cv; in context_vars()
318 long depth = cx ? cx->blk_sub.olddepth + 1 : 1; in context_vars()
476 return cx->blk_sub.cv; in up_cv()

12345678