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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h689 #undef PL_xpvhv_root
690 #define PL_xpvhv_root (*Perl_Ixpvhv_root_ptr(aTHX))
H A Dembedvar.h484 #define PL_xpvhv_root (PERL_GET_INTERP->Ixpvhv_root) macro
806 #define PL_xpvhv_root (vTHX->Ixpvhv_root) macro
1131 #define PL_Ixpvhv_root PL_xpvhv_root
H A Dsv.c552 PL_xpvhv_root = 0;
997 if (!PL_xpvhv_root)
999 xpvhv = PL_xpvhv_root;
1000 PL_xpvhv_root = (XPVHV*)xpvhv->xhv_array;
1011 p->xhv_array = (char*)PL_xpvhv_root;
1012 PL_xpvhv_root = p;
1028 PL_xpvhv_root = ++xpvhv;
10738 PL_xpvhv_root = NULL;

Completed in 46 milliseconds