Home
last modified time | relevance | path

Searched refs:PL_scopestack (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dscope.c137 Renew(PL_scopestack, new_max, I32); in Perl_push_scope()
146 PL_scopestack[PL_scopestack_ix++] = PL_savestack_ix; in Perl_push_scope()
162 const I32 oldsave = PL_scopestack[--PL_scopestack_ix]; in Perl_pop_scope()
Dembedvar.h261 # define PL_scopestack (vTHX->Iscopestack) macro
Dperl.c4540 Newxz(PL_scopestack,REASONABLE(32),I32); in Perl_init_stacks()
4570 Safefree(PL_scopestack); in S_nuke_stacks()
Dsv.c15668 PL_scopestack = 0;
16278 Newx(PL_scopestack, PL_scopestack_max, I32);
16279 Copy(proto_perl->Iscopestack, PL_scopestack, PL_scopestack_ix, I32);
Dpp_hot.c6425 PL_scopestack[PL_scopestack_ix - 1] = old_savestack_ix; in PP()
/openbsd/src/gnu/usr.bin/perl/win32/
Dperlhost.h1915 PL_scopestack[oldscope-1] = PL_scopestack[PL_scopestack_ix-1]; in win32_start_child()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5005000505 PL_scopestack # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs4272 PL_scopestack[oldscope-1] = PL_scopestack[PL_scopestack_ix-1];
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod4076 C<PL_scopestack>, of type C<I32 *>. If enabled, the scope stack names are
4081 =for apidoc Amnh||PL_scopestack