Searched defs:POPs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h83 #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--) macro
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))
[all...]

Completed in 21 milliseconds