Lines Matching refs:PL_op
83 #define GETTARGETSTACKED targ = (PL_op->op_flags & OPf_STACKED ? POPs : PAD_SV(PL_op->op_targ))
86 #define GETTARGET targ = PAD_SV(PL_op->op_targ)
89 #define GETATARGET targ = (PL_op->op_flags & OPf_STACKED ? sp[-1] : PAD_SV(PL_op->op_targ))
94 #define NORMAL PL_op->op_next
269 (SvOK(sv) || SvGMAGICAL(sv) || !(PL_op->op_flags & OPf_STACKED))
299 #define ARGTARG PL_op->op_targ
302 #define MAXARG (PL_op->op_private & 15)
378 #define opASSIGN (PL_op->op_flags & OPf_STACKED)
405 #define LVRET ((PL_op->op_private & OPpMAYBE_LVSUB) && is_lvalue_sub())