HomeSort by: relevance | last modified time | path
    Searched defs:maxnest (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/regex/
regcomp.c 2405 sopno maxnest = 0; local in function:pluscount
2421 if (plusnest > maxnest)
2422 maxnest = plusnest;
2429 return(maxnest);
regcomp.c 2405 sopno maxnest = 0; local in function:pluscount
2421 if (plusnest > maxnest)
2422 maxnest = plusnest;
2429 return(maxnest);

Completed in 48 milliseconds