sd |void |cv_dump |NN const CV *cv|NN const char *title
# endif
#endif
-pdR |CV* |find_runcv |NULLOK U32 *db_seqp
+ApdR |CV* |find_runcv |NULLOK U32 *db_seqp
p |void |free_tied_hv_pool
#if defined(DEBUGGING)
pR |int |get_debug_opts |NN const char **s|bool givehelp
#endif
# endif
#endif
-#ifdef PERL_CORE
#define find_runcv Perl_find_runcv
+#ifdef PERL_CORE
#define free_tied_hv_pool Perl_free_tied_hv_pool
#endif
#if defined(DEBUGGING)
#endif
# endif
#endif
-#ifdef PERL_CORE
#define find_runcv(a) Perl_find_runcv(aTHX_ a)
+#ifdef PERL_CORE
#define free_tied_hv_pool() Perl_free_tied_hv_pool(aTHX)
#endif
#if defined(DEBUGGING)
Perl_PerlIO_stdout
Perl_PerlIO_stderr
Perl_pad_push
+Perl_find_runcv
Perl_save_set_svflags
Perl_hv_assert
Perl_hv_scalar
=back
+=head1 Functions in file pp_ctl.c
+
+
+=over 8
+
+=item find_runcv
+X<find_runcv>
+
+Locate the CV corresponding to the currently executing sub or eval.
+If db_seqp is non_null, skip CVs that are in the DB package and populate
+*db_seqp with the cop sequence number at the point that the DB:: code was
+entered. (allows debuggers to eval in the scope of the breakpoint rather
+than in the scope of the debugger itself).
+
+ CV* find_runcv(U32 *db_seqp)
+
+=for hackers
+Found in file pp_ctl.c
+
+
+=back
+
=head1 Functions in file pp_pack.c
=back
-=head1 Functions in file pp_ctl.c
-
-
-=over 8
-
-=item find_runcv
-X<find_runcv>
-
-Locate the CV corresponding to the currently executing sub or eval.
-If db_seqp is non_null, skip CVs that are in the DB package and populate
-*db_seqp with the cop sequence number at the point that the DB:: code was
-entered. (allows debuggers to eval in the scope of the breakpoint rather
-than in the scope of the debugger itself).
-
- CV* find_runcv(U32 *db_seqp)
-
-=for hackers
-Found in file pp_ctl.c
-
-
-=back
-
=head1 GV Functions
=over 8