Home
last modified time | relevance | path

Searched refs:PAD_SV (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/perl5.34/perl-5.34.0/
H A Dpad.h353 # define PAD_SV(po) pad_sv(po) macro
356 # define PAD_SV(po) (PL_curpad[po]) macro
H A Dpp.h100 #define GETTARGETSTACKED targ = (PL_op->op_flags & OPf_STACKED ? POPs : PAD_SV(PL_op->op_targ))
103 #define GETTARGET targ = PAD_SV(PL_op->op_targ)
113 #define GETATARGET targ = (PL_op->op_flags & OPf_STACKED ? sp[-1] : PAD_SV(PL_op->op_targ))
H A DXSUB.h190 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
H A Dpp_ctl.c125 = (CV*) SvREFCNT_inc(PAD_SV(PL_op->op_targ)); in PP()
141 lhs = PAD_SV(pm->op_targ); in PP()
1169 SV * const targ = PAD_SV(PL_op->op_targ); in PP()
1185 sv_setiv(PAD_SV(cUNOP->op_first->op_targ), 1); in PP()
1285 SV * const targ = PAD_SV(cUNOP->op_first->op_targ); in PP()
1303 sv_setiv(PAD_SV(((UNOP*)cUNOP->op_first)->op_first->op_targ), 0); in PP()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpad.h355 # define PAD_SV(po) pad_sv(po) macro
358 # define PAD_SV(po) (PL_curpad[po]) macro
H A Dpp.h90 #define GETTARGETSTACKED targ = (PL_op->op_flags & OPf_STACKED ? POPs : PAD_SV(PL_op->op_targ))
93 #define GETTARGET targ = PAD_SV(PL_op->op_targ)
96 #define GETATARGET targ = (PL_op->op_flags & OPf_STACKED ? sp[-1] : PAD_SV(PL_op->op_targ))
H A DXSUB.h178 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
H A Dpp_ctl.c119 = (CV*) SvREFCNT_inc(PAD_SV(PL_op->op_targ)); in PP()
135 lhs = PAD_SV(pm->op_targ); in PP()
1164 SV * const targ = PAD_SV(PL_op->op_targ); in PP()
1180 sv_setiv(PAD_SV(cUNOP->op_first->op_targ), 1); in PP()
1276 SV * const targ = PAD_SV(cUNOP->op_first->op_targ); in PP()
1294 sv_setiv(PAD_SV(((UNOP*)cUNOP->op_first)->op_first->op_targ), 0); in PP()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpad.h355 # define PAD_SV(po) pad_sv(po) macro
358 # define PAD_SV(po) (PL_curpad[po]) macro
H A Dpp.h90 #define GETTARGETSTACKED targ = (PL_op->op_flags & OPf_STACKED ? POPs : PAD_SV(PL_op->op_targ))
93 #define GETTARGET targ = PAD_SV(PL_op->op_targ)
96 #define GETATARGET targ = (PL_op->op_flags & OPf_STACKED ? sp[-1] : PAD_SV(PL_op->op_targ))
H A DXSUB.h178 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
H A Dpp_ctl.c125 = (CV*) SvREFCNT_inc(PAD_SV(PL_op->op_targ)); in PP()
141 lhs = PAD_SV(pm->op_targ); in PP()
1167 SV * const targ = PAD_SV(PL_op->op_targ); in PP()
1183 sv_setiv(PAD_SV(cUNOP->op_first->op_targ), 1); in PP()
1283 SV * const targ = PAD_SV(cUNOP->op_first->op_targ); in PP()
1301 sv_setiv(PAD_SV(((UNOP*)cUNOP->op_first)->op_first->op_targ), 0); in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpad.h353 # define PAD_SV(po) pad_sv(po) macro
356 # define PAD_SV(po) (PL_curpad[po]) macro
H A Dpp.h100 #define GETTARGETSTACKED targ = (PL_op->op_flags & OPf_STACKED ? POPs : PAD_SV(PL_op->op_targ))
103 #define GETTARGET targ = PAD_SV(PL_op->op_targ)
113 #define GETATARGET targ = (PL_op->op_flags & OPf_STACKED ? sp[-1] : PAD_SV(PL_op->op_targ))
H A DXSUB.h190 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
H A Dpp_ctl.c125 = (CV*) SvREFCNT_inc(PAD_SV(PL_op->op_targ)); in PP()
141 lhs = PAD_SV(pm->op_targ); in PP()
1169 SV * const targ = PAD_SV(PL_op->op_targ); in PP()
1185 sv_setiv(PAD_SV(cUNOP->op_first->op_targ), 1); in PP()
1285 SV * const targ = PAD_SV(cUNOP->op_first->op_targ); in PP()
1303 sv_setiv(PAD_SV(((UNOP*)cUNOP->op_first)->op_first->op_targ), 0); in PP()
/dports/devel/p5-B-C/B-C-1.57/ramblings/
H A Dflip-flop5 if (SvTRUEx(PAD_SV(PL_op->op_targ)))
/dports/devel/p5-Devel-BeginLift/Devel-BeginLift-0.001003/
H A DBeginLift.xs86 if (o->op_targ && sv == PAD_SV(o->op_targ)) /* grab pad temp? */ in lift_cb()
/dports/devel/p5-Object-Pad/Object-Pad-0.58/lib/Object/
H A DPad.xs224 if(SvTYPE(PAD_SV(PADIX_SLOTS)) != SVt_PVAV) in pp_slotpad()
227 AV *slotsav = (AV *)PAD_SV(PADIX_SLOTS); in pp_slotpad()
/dports/devel/p5-Syntax-Keyword-Dynamically/Syntax-Keyword-Dynamically-0.09/lib/Syntax/Keyword/
H A DDynamically.xs363 SV *var = (PL_op->op_flags & OPf_STACKED) ? TOPs : PAD_SV(PL_op->op_targ); in pp_startdyn()
/dports/lang/perl5.30/perl-5.30.3/dist/PathTools/
H A DCwd.xs261 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
/dports/lang/perl5.34/perl-5.34.0/dist/PathTools/
H A DCwd.xs273 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
/dports/lang/perl5.32/perl-5.32.1/dist/PathTools/
H A DCwd.xs261 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
/dports/devel/p5-PathTools/PathTools-3.75/
H A DCwd.xs261 ? PAD_SV(PL_op->op_targ) : sv_newmortal())
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/PathTools/
H A DCwd.xs273 ? PAD_SV(PL_op->op_targ) : sv_newmortal())

123