Searched refs:CvSTART (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcv.h60 #define CvSTART(sv) ((XPVCV*)SvANY(sv))->xcv_start macro
H A Dpad.c1352 CvSTART(cv) = CvSTART(proto);
1438 SV* const_sv = op_const_sv(CvSTART(cv), cv);
H A Ddump.c1322 if (CvSTART(sv))
1323 Perl_dump_indent(aTHX_ level, file, " START = 0x%"UVxf" ===> %"IVdf"\n", PTR2UV(CvSTART(sv)), (IV)CvSTART(sv)->op_seq);
H A Dpp_sort.c1471 PL_sortcop = CvSTART(cv);
H A Dop.c4198 if (PL_curstackinfo->si_type == PERLSI_SORT && PL_sortcop == CvSTART(cv))
4346 CvSTART(cv) = LINKLIST(CvROOT(cv));
4348 CALL_PEEP(CvSTART(cv));
4640 CvSTART(cv) = LINKLIST(CvROOT(cv));
4642 CALL_PEEP(CvSTART(cv));
H A Dpp_ctl.c1647 RETURNOP(CvSTART(cv));
2333 RETURNOP(CvSTART(cv));
H A Dpp_hot.c2958 "%p entersub returning %p\n", thr, CvSTART(cv)));
2960 RETURNOP(CvSTART(cv));
H A Dsv.c3777 && GvCV(dstr) && PL_sortcop == CvSTART(GvCV(dstr)))
3885 PL_sortcop == CvSTART(cv))
10121 CvSTART(dstr) = CvSTART(sstr);
H A Dpp_sys.c1256 return CvSTART(cv);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs230 reducecop = CvSTART(cv);
281 reducecop = CvSTART(cv);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbyterun.c420 CvSTART(bstate->bs_sv) = arg;

Completed in 114 milliseconds