Lines Matching refs:POPs
83 #define GETTARGETSTACKED targ = (PL_op->op_flags & OPf_STACKED ? POPs : PAD_SV(PL_op->op_targ))
102 =for apidoc Amn|SV*|POPs
134 #define POPs (*sp--)
135 #define POPp (SvPVx(POPs, PL_na)) /* deprecated */
136 #define POPpx (SvPVx(POPs, n_a))
137 #define POPpbytex (SvPVbytex(POPs, n_a))
138 #define POPn (SvNVx(POPs))
139 #define POPi ((IV)SvIVx(POPs))
140 #define POPu ((UV)SvUVx(POPs))
141 #define POPl ((long)SvIVx(POPs))
142 #define POPul ((unsigned long)SvIVx(POPs))
144 #define POPq ((Quad_t)SvIVx(POPs))
145 #define POPuq ((Uquad_t)SvUVx(POPs))
250 #define dPOPss SV *sv = POPs
264 #define dPOPXssrl(X) SV *right = POPs; SV *left = CAT2(X,s)
334 (void)POPs; set(tmpsv); RETURN; } \