Searched refs:PL_xpvav_root (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h677 #undef PL_xpvav_root
678 #define PL_xpvav_root (*Perl_Ixpvav_root_ptr(aTHX))
H A Dembedvar.h478 #define PL_xpvav_root (PERL_GET_INTERP->Ixpvav_root) macro
800 #define PL_xpvav_root (vTHX->Ixpvav_root) macro
1125 #define PL_Ixpvav_root PL_xpvav_root
H A Dsv.c545 PL_xpvav_root = 0;
951 if (!PL_xpvav_root)
953 xpvav = PL_xpvav_root;
954 PL_xpvav_root = (XPVAV*)xpvav->xav_array;
965 p->xav_array = (char*)PL_xpvav_root;
966 PL_xpvav_root = p;
982 PL_xpvav_root = ++xpvav;
10736 PL_xpvav_root = NULL;

Completed in 1976 milliseconds