Searched refs:xpvav (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dav.h11 struct xpvav { struct
H A Dsv.c944 /* grab a new struct xpvav from the free list, allocating more if necessary */
949 XPVAV* xpvav; local
953 xpvav = PL_xpvav_root;
954 PL_xpvav_root = (XPVAV*)xpvav->xav_array;
956 return xpvav;
959 /* return a struct xpvav to the free list */
970 /* allocate another arena's worth of struct xpvav */
975 register XPVAV* xpvav; local
977 New(717, xpvav, 1008/sizeof(XPVAV), XPVAV);
978 xpvav
[all...]
H A Dperl.h1793 typedef struct xpvav XPVAV;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm1986 sv => \$svsect, xpv => \$xpvsect, xpvav => \$xpvavsect,

Completed in 117 milliseconds