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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h1028 # define SvIVx(sv) ({SV *_sv = (SV*)(sv); SvIV(_sv); }) macro
1055 # define SvIVx(sv) sv_iv(sv) macro
1069 # define SvIVx(sv) ((PL_Sv = (sv)), SvIV(PL_Sv)) macro

Completed in 93 milliseconds