Home
last modified time | relevance | path

Searched refs:Perl_runops_debug (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/Devel-Peek/
DPeek.xs10 const bool d = PL_runops == Perl_runops_debug; in _runops_debug()
13 PL_runops = flag ? Perl_runops_debug : Perl_runops_standard; in _runops_debug()
/openbsd/src/gnu/usr.bin/perl/
Dperl.h5231 # define RUNOPS_DEFAULT Perl_runops_debug
6266 INIT(Perl_runops_debug);
Ddump.c2809 Perl_runops_debug(pTHX) in Perl_runops_debug() function
Dembed.h575 # define runops_debug() Perl_runops_debug(aTHX)
Dproto.h3875 Perl_runops_debug(pTHX);
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod2630 functions, in F<run.c> and in F<dump.c>. C<Perl_runops_debug> is used