Home
last modified time | relevance | path

Searched refs:PL_stashpadmax (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50170018 PL_stashpadmax # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dembedvar.h292 # define PL_stashpadmax (vTHX->Istashpadmax) macro
Dop.c834 for (; o < PL_stashpadmax; ++o) { in Perl_alloccopstash()
840 Renew(PL_stashpad, PL_stashpadmax + 10, HV *); in Perl_alloccopstash()
841 Zero(PL_stashpad + PL_stashpadmax, 10, HV *); in Perl_alloccopstash()
842 off = PL_stashpadmax; in Perl_alloccopstash()
843 PL_stashpadmax += 10; in Perl_alloccopstash()
Dperl.c346 Newxz(PL_stashpad, PL_stashpadmax, HV *); in perl_construct()
Dsv.c16003 PL_stashpadmax = proto_perl->Istashpadmax;
16005 Newx(PL_stashpad, PL_stashpadmax, HV *);
16008 for (; o < PL_stashpadmax; ++o)