Home
last modified time | relevance | path

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

/haiku/src/build/libgnuregex/
H A Dregex.h307 size_t re_nsub; member
H A Dregex.c734 printf ("re_nsub: %d\t", bufp->re_nsub);
1142 bufp->re_nsub = 0;
1573 bufp->re_nsub++;
3202 unsigned num_regs = bufp->re_nsub + 1;
3267 if (bufp->re_nsub)
/haiku/src/kits/shared/
H A DRegExp.cpp161 fMatchCount = compiledExpression->re_nsub + 1; in MatchResultData()
/haiku/headers/posix/
H A Dregex.h375 size_t re_nsub; member
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c751 preg->re_nsub = 0; in re_compile_internal()
802 preg->re_nsub = 0; in re_compile_internal()
1188 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1192 for (i = 0; i < preg->re_nsub; i++) in analyze()
1195 for (i = 0; i < preg->re_nsub; i++) in analyze()
1198 if (i == preg->re_nsub) in analyze()
1221 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match) in analyze()
2502 cur_nsub = preg->re_nsub++; in parse_sub_exp()
H A Dregexec.c405 && regs->num_regs <= bufp->re_nsub, 0)) in re_search_stub()
416 nregs = bufp->re_nsub + 1; in re_search_stub()
614 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0; in re_search_internal()