Searched refs:XPVAV (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dav.h79 #define AvALLOC(av) ((XPVAV*) SvANY(av))->xav_alloc
80 #define AvMAX(av) ((XPVAV*) SvANY(av))->xav_max
81 #define AvFILLp(av) ((XPVAV*) SvANY(av))->xav_fill
H A Dsv_inline.h146 ALIGNED_TYPE(XPVAV); variable
255 { sizeof(ALIGNED_TYPE_NAME(XPVAV)),
256 copy_length(XPVAV, xav_alloc),
259 FIT_ARENA(0, sizeof(ALIGNED_TYPE_NAME(XPVAV))) },
H A Dsv.h261 _SV_HEAD(XPVAV*); /* pointer to xpvav body */
H A Dperl.h3286 typedef struct xpvav XPVAV; typedef in typeref:struct:xpvav
H A Dsv.c1066 XPVAV pvav = {
1071 *((XPVAV*) SvANY(sv)) = pvav;

Completed in 212 milliseconds