Searched refs:PL_main_root (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.xs79 OP *saveroot = PL_main_root;
110 PL_eval_root = newLISTOP(OP_LINESEQ, 0, PL_main_root, o);
111 PL_main_root->op_next = o;
115 PL_main_root = saveroot;
H A Dbyterun.c1007 PL_main_root = arg;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.xs375 if (PL_main_root)
376 op_dump(PL_main_root);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h373 #undef PL_main_root
374 #define PL_main_root (*Perl_Imain_root_ptr(aTHX))
H A Dperl.c528 if (PL_main_root) {
533 op_free(PL_main_root);
534 PL_main_root = Nullop;
615 * so op_free(PL_main_root) only ReREFCNT_dec's
1250 if (PL_main_root) {
1251 op_free(PL_main_root);
1252 PL_main_root = Nullop;
H A Dembedvar.h326 #define PL_main_root (PERL_GET_INTERP->Imain_root) macro
648 #define PL_main_root (vTHX->Imain_root) macro
973 #define PL_Imain_root PL_main_root
H A Ddump.c41 if (PL_main_root)
42 op_dump(PL_main_root);
H A Dop.c1891 PL_main_root = scope(sawparens(scalarvoid(o)));
1893 PL_main_start = LINKLIST(PL_main_root);
1894 PL_main_root->op_private |= OPpREFCOUNTED;
1895 OpREFCNT_set(PL_main_root, 1);
1896 PL_main_root->op_next = 0;
H A Dpp_ctl.c2382 gotoprobe = PL_main_root;
2396 gotoprobe = PL_main_root;
H A Dsv.c10949 PL_main_root = OpREFCNT_inc(proto_perl->Imain_root);

Completed in 113 milliseconds