Searched refs:xpv (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAsmdata.pm49 $insn_data{xpv} = [22, \&PUT_none, "GET_none"];
H A DC.pm1986 sv => \$svsect, xpv => \$xpvsect, xpvav => \$xpvavsect,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c51 pointer to the body (struct xrv, xpv, xpviv...), which contains fields
70 ... for foo in xiv, xnv, xrv, xpv etc.
760 /* grab a new struct xpv from the free list, allocating more if necessary */
765 XPV* xpv; local
769 xpv = PL_xpv_root;
770 PL_xpv_root = (XPV*)xpv->xpv_pv;
772 return xpv;
775 /* return a struct xpv to the free list */
786 /* allocate another arena's worth of struct xpv */
791 register XPV* xpv; local
[all...]
H A Dsv.h248 struct xpv { struct
H A Dperl.c4484 XPV *xpv; local
4497 Newz(53, xpv, 1, XPV);
4499 SvANY(PL_thrsv) = (void*)xpv;
H A Dperl.h1787 typedef struct xpv XPV;

Completed in 83 milliseconds