Searched refs:PL_beginav (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h307 if (!PL_beginav) \
308 PL_beginav = newAV(); \
309 av_push(PL_beginav, (SV*)cv); \
311 call_list(oldscope, PL_beginav); \
H A Dbyterun.c1028 BSET_push_begin(PL_beginav, arg);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h143 #undef PL_beginav
144 #define PL_beginav (*Perl_Ibeginav_ptr(aTHX))
H A Dperl.c719 SvREFCNT_dec(PL_beginav);
725 PL_beginav = Nullav;
4570 if (paramList == PL_beginav) {
4571 /* save PL_beginav for compiler */
4600 if (paramList == PL_beginav)
4627 if (paramList == PL_beginav)
H A Dembedvar.h211 #define PL_beginav (PERL_GET_INTERP->Ibeginav) macro
533 #define PL_beginav (vTHX->Ibeginav) macro
858 #define PL_Ibeginav PL_beginav
H A Dop.c4402 if (!PL_beginav)
4403 PL_beginav = newAV();
4405 av_push(PL_beginav, (SV*)cv);
4407 call_list(oldscope, PL_beginav);
4564 if (!PL_beginav)
4565 PL_beginav = newAV();
4566 av_push(PL_beginav, (SV*)cv);
H A Dpp_ctl.c2804 SAVESPTR(PL_beginav);
2805 PL_beginav = newAV();
2806 SAVEFREESV(PL_beginav);
H A Dsv.c10923 PL_beginav = av_dup_inc(proto_perl->Ibeginav, param);

Completed in 843 milliseconds