Searched refs:maxnest (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dparser.c1410 int maxnest = MAXNEST_static; local
1751 if (level + 1 >= maxnest) {
1752 maxnest *= 2;
1755 maxnest * sizeof(*state));
1760 maxnest * sizeof(*state));
1802 if (level + 1 >= maxnest) {
1803 maxnest *= 2;
1806 maxnest * sizeof(*state));
1811 maxnest * sizeof(*state));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1680 sopno maxnest = 0; local
1693 if (plusnest > maxnest)
1694 maxnest = plusnest;
1701 return(maxnest);
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c1607 sopno maxnest = 0; local
1620 if (plusnest > maxnest)
1621 maxnest = plusnest;
1628 return(maxnest);
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c1937 sopno maxnest = 0; local
1950 if (plusnest > maxnest)
1951 maxnest = plusnest;
1958 return(maxnest);
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl775 $maxnest = 10;
776 while ($maxnest-- && /[A-Z]</) {

Completed in 90 milliseconds