Home
last modified time | relevance | path

Searched refs:re_nsub (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/
Dpcreposix.c274 int re_nsub = 0; in regcomp() local
298 &re_nsub); in regcomp()
299 preg->re_nsub = (size_t)re_nsub; in regcomp()
Dpcreposix.h99 size_t re_nsub; member
DChangeLog654 13. In the POSIX wrapper regcomp() function, setting re_nsub field in the preg
/external/llvm/lib/Support/
DRegex.cpp56 return preg->re_nsub; in getNumMatches()
60 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; in match()
Dregex_impl.h50 size_t re_nsub; /* number of parenthesized subexpressions */ member
Dregcomp.c238 preg->re_nsub = g->nsub; in llvm_regcomp()
/external/pcre/dist/doc/
Dpcre.txt9617 is public: re_nsub contains the number of capturing subpatterns in the