Home
last modified time | relevance | path

Searched refs:db_seqp (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dpp_ctl.c2804 Perl_find_runcv(pTHX_ U32 *db_seqp) in Perl_find_runcv() argument
2808 if (db_seqp) in Perl_find_runcv()
2809 *db_seqp = PL_curcop->cop_seq; in Perl_find_runcv()
2817 if (db_seqp && PL_debstash && CvSTASH(cv) == PL_debstash) { in Perl_find_runcv()
2818 *db_seqp = cx->blk_oldcop->cop_seq; in Perl_find_runcv()
Dproto.h2060 PERL_CALLCONV CV* Perl_find_runcv(pTHX_ U32 *db_seqp)
Dembed.fnc1422 pdR |CV* |find_runcv |NULLOK U32 *db_seqp
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlintern.pod337 If db_seqp is non_null, skip CVs that are in the DB package and populate
338 *db_seqp with the cop sequence number at the point that the DB:: code was
342 CV* find_runcv(U32 *db_seqp)
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc1411 pdR |CV* |find_runcv |U32 *db_seqp