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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h148 #define TOPs (*sp) macro
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))
[all...]

Completed in 16 milliseconds