Searched refs:PL_xpviv_root (Results 1 – 3 of 3) sorted by relevance
491 #define PL_xpviv_root (PERL_GET_INTERP->Ixpviv_root) macro816 #define PL_xpviv_root (vTHX->Ixpviv_root) macro1144 #define PL_Ixpviv_root PL_xpviv_root
718 #undef PL_xpviv_root719 #define PL_xpviv_root (*Perl_Ixpviv_root_ptr(aTHX))
567 PL_xpviv_root = 0; in Perl_sv_free_arenas()760 PL_xpviv_root = ++xpviv; in S_more_xpviv()1023 if (!PL_xpviv_root) in S_new_xpviv()1025 xpviv = PL_xpviv_root; in S_new_xpviv()1026 PL_xpviv_root = (XPVIV*)xpviv->xpv_pv; in S_new_xpviv()1037 p->xpv_pv = (char*)PL_xpviv_root; in S_del_xpviv()1038 PL_xpviv_root = p; in S_del_xpviv()10972 PL_xpviv_root = NULL; in perl_clone_using()