Home
last modified time | relevance | path

Searched refs:PL_sv_arenaroot (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dvariables54 PL_sv_arenaroot
133 # define PL_sv_arenaroot sv_arenaroot
409 ppp_TESTVAR(PL_sv_arenaroot);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dppport.fnc78 AmnT|void|PL_sv_arenaroot
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.xs29 for (sva = PL_sv_arenaroot; sva; sva = (SV*)SvANY(sva)) { in DeadCode()
/openbsd/gnu/usr.bin/perl/
H A Dembedvar.h310 # define PL_sv_arenaroot (vTHX->Isv_arenaroot) macro
H A Dsv.c303 for (sva = PL_sv_arenaroot; sva; sva = MUTABLE_SV(SvANY(sva))) { in S_del_sv()
349 SvANY(sva) = (void *) PL_sv_arenaroot; /* ptr to next arena */ in S_sv_add_arena()
353 PL_sv_arenaroot = sva; in S_sv_add_arena()
386 for (sva = PL_sv_arenaroot; sva; sva = MUTABLE_SV(SvANY(sva))) { in S_visit()
707 for (sva = PL_sv_arenaroot; sva; sva = svanext) { in Perl_sv_free_arenas()
736 PL_sv_arenaroot = 0; in Perl_sv_free_arenas()
15720 PL_sv_arenaroot = NULL;
H A Dperl.c1421 for (sva = PL_sv_arenaroot; sva; sva = MUTABLE_SV(SvANY(sva))) { in perl_destruct()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007564 PL_sv_arenaroot # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges914 PL_sv_arenaroot
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000528 PL_sv_arenaroot # M added by devel/scanprov
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12152 # define PL_sv_arenaroot sv_arenaroot macro