Home
last modified time | relevance | path

Searched refs:PERL_SUB_DEPTH_WARN (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dcorrectness.t99 …skip "no warning after $limit recursive calls (maybe PERL_SUB_DEPTH_WARN was raised?)", 1 if not $…
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501000166 PERL_SUB_DEPTH_WARN # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dperl.h1606 #ifndef PERL_SUB_DEPTH_WARN
1607 #define PERL_SUB_DEPTH_WARN 100 macro
H A Dpp_hot.c5478 if (UNLIKELY(depth == PERL_SUB_DEPTH_WARN in PP()
H A Dpp_ctl.c3179 if (CvDEPTH(cv) == PERL_SUB_DEPTH_WARN && ckWARN(WARN_RECURSION)) in PP()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5101delta.pod1406 pre-processor macro C<PERL_SUB_DEPTH_WARN> to the desired value.
H A Dperl5120delta.pod2186 pre-processor macro C<PERL_SUB_DEPTH_WARN> to the desired value.
H A Dperldiag.pod2075 setting the C pre-processor macro C<PERL_SUB_DEPTH_WARN> to the desired value.