Searched refs:oldscope (Results 1 – 9 of 9) sorted by relevance
1763 I32 oldscope; in perl_parse() local1906 oldscope = PL_scopestack_ix; in perl_parse()1918 call_list(oldscope, PL_checkav); in perl_parse()1927 while (PL_scopestack_ix > oldscope) in perl_parse()2761 I32 oldscope; in perl_run() local2770 oldscope = PL_scopestack_ix; in perl_run()2782 run_body(oldscope); in perl_run()2785 while (PL_scopestack_ix > oldscope) in perl_run()2792 call_list(oldscope, PL_endav); in perl_run()2816 S_run_body(pTHX_ I32 oldscope) in S_run_body() argument[all …]
441 Perl_call_list(pTHX_ I32 oldscope, AV *paramList);7690 S_run_body(pTHX_ I32 oldscope)
11208 const I32 oldscope = PL_scopestack_ix; in S_process_special_blocks() local11308 call_list(oldscope, PL_beginav); in S_process_special_blocks()
763 Cp |void |call_list |I32 oldscope \4882 Sr |void |run_body |I32 oldscope
461 volatile int oldscope = PL_scopestack_ix; in amigaos4_start_child() local472 while (PL_scopestack_ix > oldscope) in amigaos4_start_child()479 call_list(oldscope, PL_endav); in amigaos4_start_child()
1901 volatile int oldscope = 1; /* We are responsible for all scopes */ in win32_start_child() local1914 if (PL_scopestack_ix > oldscope) { in win32_start_child()1915 PL_scopestack[oldscope-1] = PL_scopestack[PL_scopestack_ix-1]; in win32_start_child()1916 PL_scopestack_ix = oldscope; in win32_start_child()1921 while (PL_scopestack_ix > oldscope) in win32_start_child()1931 call_list(oldscope, PL_endav); in win32_start_child()
508 volatile I32 oldscope = PL_scopestack_ix; in S_jmpenv_run() local527 while (PL_scopestack_ix > oldscope) { in S_jmpenv_run()
4222 int oldscope = 1; /* We are responsible for all scopes */4239 PL_scopestack_ix = oldscope;4271 if (PL_scopestack_ix > oldscope) {4272 PL_scopestack[oldscope-1] = PL_scopestack[PL_scopestack_ix-1];4273 PL_scopestack_ix = oldscope;
674 Ap |void |call_list |I32 oldscope|NN AV *paramList3005 rS |void |run_body |I32 oldscope