Home
last modified time | relevance | path

Searched refs:PL_main_root (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/p5-B-C/B-C-1.57/ByteLoader/
H A DByteLoader.xs87 OP *saveroot = PL_main_root; in byteloader_filter()
129 PL_eval_root = newLISTOP(OP_LINESEQ, 0, PL_main_root, o); in byteloader_filter()
130 PL_main_root->op_next = o; in byteloader_filter()
134 PL_main_root = saveroot; in byteloader_filter()
/dports/lang/perl5.34/perl-5.34.0/ext/Devel-Peek/
H A DPeek.xs475 if (PL_main_root) in DumpProg()
476 op_dump(PL_main_root); in DumpProg()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/Devel-Peek/
H A DPeek.xs473 if (PL_main_root) in DumpProg()
474 op_dump(PL_main_root); in DumpProg()
/dports/lang/perl5.32/perl-5.32.1/ext/Devel-Peek/
H A DPeek.xs476 if (PL_main_root) in DumpProg()
477 op_dump(PL_main_root); in DumpProg()
/dports/lang/perl5.30/perl-5.30.3/ext/Devel-Peek/
H A DPeek.xs476 if (PL_main_root) in DumpProg()
477 op_dump(PL_main_root); in DumpProg()
/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.c876 if (PL_main_root) { in perl_destruct()
882 op_free(PL_main_root); in perl_destruct()
883 PL_main_root = NULL; in perl_destruct()
1857 if (PL_main_root) { in perl_parse()
1858 op_free(PL_main_root); in perl_parse()
1859 PL_main_root = NULL; in perl_parse()
2728 if (PL_main_root && PL_main_root->op_slabbed) in S_run_body()
2729 Slab_to_ro(OpSLAB(PL_main_root)); in S_run_body()
H A Dembedvar.h198 #define PL_main_root (vTHX->Imain_root) macro
H A Ddump.c659 if (PL_main_root) in Perl_dump_all_perl()
660 op_dump(PL_main_root); in Perl_dump_all_perl()
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.c863 if (PL_main_root) { in perl_destruct()
869 op_free(PL_main_root); in perl_destruct()
870 PL_main_root = NULL; in perl_destruct()
1838 if (PL_main_root) { in perl_parse()
1839 op_free(PL_main_root); in perl_parse()
1840 PL_main_root = NULL; in perl_parse()
2709 if (PL_main_root && PL_main_root->op_slabbed) in S_run_body()
2710 Slab_to_ro(OpSLAB(PL_main_root)); in S_run_body()
H A Dembedvar.h197 #define PL_main_root (vTHX->Imain_root) macro
H A Ddump.c662 if (PL_main_root) in Perl_dump_all_perl()
663 op_dump(PL_main_root); in Perl_dump_all_perl()
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.c894 if (PL_main_root) { in perl_destruct()
900 op_free(PL_main_root); in perl_destruct()
901 PL_main_root = NULL; in perl_destruct()
1807 if (PL_main_root) { in perl_parse()
1808 op_free(PL_main_root); in perl_parse()
1809 PL_main_root = NULL; in perl_parse()
2682 if (PL_main_root && PL_main_root->op_slabbed) in S_run_body()
2683 Slab_to_ro(OpSLAB(PL_main_root)); in S_run_body()
H A Dembedvar.h185 #define PL_main_root (vTHX->Imain_root) macro
H A Ddump.c645 if (PL_main_root) in Perl_dump_all_perl()
646 op_dump(PL_main_root); in Perl_dump_all_perl()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.c850 if (PL_main_root) { in perl_destruct()
856 op_free(PL_main_root); in perl_destruct()
857 PL_main_root = NULL; in perl_destruct()
1819 if (PL_main_root) { in perl_parse()
1820 op_free(PL_main_root); in perl_parse()
1821 PL_main_root = NULL; in perl_parse()
2690 if (PL_main_root && PL_main_root->op_slabbed) in S_run_body()
2691 Slab_to_ro(OpSLAB(PL_main_root)); in S_run_body()
H A Dembedvar.h175 #define PL_main_root (vTHX->Imain_root) macro
/dports/devel/p5-B-Generate/B-Generate-1.56/
H A DGenerate.xs258 if (PL_main_root == root) { in find_cv_by_root()
658 PL_main_root = SVtoO(ST(0));
659 RETVAL = PL_main_root;
920 if (o == PL_main_root)
1931 RETVAL = PL_main_root;
/dports/devel/p5-B-C/B-C-1.57/ramblings/
H A D5.22-problems.md50 `newPROG()`, setting the entry points `PL_main_start` and `PL_main_root`
59 setup `PL_main_start` and `PL_main_root` wasnot changed, which led to
/dports/devel/p5-Devel-MAT/Devel-MAT-0.44/
H A DChanges345 * Guard against PL_main_root being NULL, as it can be early in compilation
404 * PL_main_cv does not have a CvROOT(); need to use PL_main_root
/dports/devel/p5-Devel-MAT-Dumper/Devel-MAT-Dumper-0.42/lib/Devel/MAT/
H A DDumper.xs609 if(cv == PL_main_cv && PL_main_root) in write_private_cv()
613 dump_optree(fh, cv, PL_main_root); in write_private_cv()
/dports/lang/perl5.32/perl-5.32.1/amigaos4/
H A Damigaio.c499 PL_main_root = (OP *)NULL; in amigaos4_start_child()
/dports/lang/perl5.34/perl-5.34.0/amigaos4/
H A Damigaio.c499 PL_main_root = (OP *)NULL; in amigaos4_start_child()
/dports/lang/perl5.30/perl-5.30.3/amigaos4/
H A Damigaio.c499 PL_main_root = (OP *)NULL; in amigaos4_start_child()
/dports/devel/p5-B-C/B-C-1.57/
H A Dbytecode.pl1066 134 0 main_root PL_main_root opindex
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/amigaos4/
H A Damigaio.c499 PL_main_root = (OP *)NULL; in amigaos4_start_child()

123