Searched refs:PL_scopestack (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | scope.c | 137 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()
|
| D | embedvar.h | 261 # define PL_scopestack (vTHX->Iscopestack) macro
|
| D | perl.c | 4540 Newxz(PL_scopestack,REASONABLE(32),I32); in Perl_init_stacks() 4570 Safefree(PL_scopestack); in S_nuke_stacks()
|
| D | sv.c | 15668 PL_scopestack = 0; 16278 Newx(PL_scopestack, PL_scopestack_max, I32); 16279 Copy(proto_perl->Iscopestack, PL_scopestack, PL_scopestack_ix, I32);
|
| D | pp_hot.c | 6425 PL_scopestack[PL_scopestack_ix - 1] = old_savestack_ix; in PP()
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | perlhost.h | 1915 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/ |
| D | 5005000 | 505 PL_scopestack # Z added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 4272 PL_scopestack[oldscope-1] = PL_scopestack[PL_scopestack_ix-1];
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlguts.pod | 4076 C<PL_scopestack>, of type C<I32 *>. If enabled, the scope stack names are 4081 =for apidoc Amnh||PL_scopestack
|