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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c4484 XPV *xpv; local
4497 Newz(53, xpv, 1, XPV);
4499 SvANY(PL_thrsv) = (void*)xpv;
H A Dsv.h248 struct xpv { struct
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...]

Completed in 1240 milliseconds