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

/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c2214 sopno maxnest = 0; local
2227 if (plusnest > maxnest)
2228 maxnest = plusnest;
2235 return(maxnest);
/freebsd-13-stable/bin/sh/
H A Dparser.c1415 int maxnest = MAXNEST_static; local
1758 if (level + 1 >= maxnest) {
1759 maxnest *= 2;
1762 maxnest * sizeof(*state));
1767 maxnest * sizeof(*state));
1809 if (level + 1 >= maxnest) {
1810 maxnest *= 2;
1813 maxnest * sizeof(*state));
1818 maxnest * sizeof(*state));
/freebsd-13-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-13-stable/contrib/nvi/regex/
H A Dregcomp.c1607 sopno maxnest = 0; local
1620 if (plusnest > maxnest)
1621 maxnest = plusnest;
1628 return(maxnest);

Completed in 111 milliseconds