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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h244 struct xrv { 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.
711 /* grab a new struct xrv from the free list, allocating more if necessary */
716 XRV* xrv; local
720 xrv = PL_xrv_root;
721 PL_xrv_root = (XRV*)xrv->xrv_rv;
723 return xrv;
726 /* return a struct xrv to the free list */
737 /* allocate another arena's worth of struct xrv */
742 register XRV* xrv; local
[all...]

Completed in 27 milliseconds