Lines Matching defs:TOPs
148 #define TOPs (*sp)
151 #define TOPp (SvPV(TOPs, PL_na)) /* deprecated */
152 #define TOPpx (SvPV(TOPs, n_a))
153 #define TOPn (SvNV(TOPs))
154 #define TOPi ((IV)SvIV(TOPs))
155 #define TOPu ((UV)SvUV(TOPs))
156 #define TOPl ((long)SvIV(TOPs))
157 #define TOPul ((unsigned long)SvUV(TOPs))
159 #define TOPq ((Quad_t)SvIV(TOPs))
160 #define TOPuq ((Uquad_t)SvUV(TOPs))
249 #define dTOPss SV *sv = TOPs