Searched refs:MAX_RECURSION (Results 1 – 8 of 8) sorted by relevance
49 #define MAX_RECURSION 32 /* maximum getent recursion */ macro210 if (depth > MAX_RECURSION) in getent()
141 #define MAX_RECURSION 32 /* maximum getent recursion */ macro289 if (depth > MAX_RECURSION) in _nc_getent()
46 if ($depth>=$CPAN::MAX_RECURSION) {
106 if ($depth>=$CPAN::MAX_RECURSION) {
211 $CPAN::MAX_RECURSION||=0; # silence 'once' warnings212 if ($depth>=$CPAN::MAX_RECURSION) {
133 $MAX_RECURSION146 $MAX_RECURSION = 32;
97 #define MAX_RECURSION 100 macro581 if (len == 0 && rec++ > MAX_RECURSION) in backref()
98 #define MAX_RECURSION 100632 if (len == 0 && rec++ > MAX_RECURSION)