Searched refs:db_seqp (Results 1 – 5 of 5) sorted by relevance
2804 Perl_find_runcv(pTHX_ U32 *db_seqp) in Perl_find_runcv() argument2808 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()
2060 PERL_CALLCONV CV* Perl_find_runcv(pTHX_ U32 *db_seqp)
1422 pdR |CV* |find_runcv |NULLOK U32 *db_seqp
337 If db_seqp is non_null, skip CVs that are in the DB package and populate338 *db_seqp with the cop sequence number at the point that the DB:: code was342 CV* find_runcv(U32 *db_seqp)
1411 pdR |CV* |find_runcv |U32 *db_seqp