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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h665 #undef PL_xiv_root
666 #define PL_xiv_root (*Perl_Ixiv_root_ptr(aTHX))
H A Dembedvar.h472 #define PL_xiv_root (PERL_GET_INTERP->Ixiv_root) macro
794 #define PL_xiv_root (vTHX->Ixiv_root) macro
1119 #define PL_Ixiv_root PL_xiv_root
H A Dsv.c496 PL_xiv_root = 0;
615 if (!PL_xiv_root)
617 xiv = PL_xiv_root;
621 PL_xiv_root = *(IV**)xiv;
633 *(IV**)xiv = PL_xiv_root;
634 PL_xiv_root = xiv;
653 PL_xiv_root = xiv;
10722 PL_xiv_root = NULL;

Completed in 52 milliseconds