Home
last modified time | relevance | path

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

/posix/
A Dregex.h440 size_t re_nsub; member
A Dregcomp.c738 preg->re_nsub = 0; in re_compile_internal()
789 preg->re_nsub = 0; in re_compile_internal()
1177 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1181 for (i = 0; i < preg->re_nsub; i++) in analyze()
1184 for (i = 0; i < preg->re_nsub; i++) in analyze()
1187 if (i == preg->re_nsub) in analyze()
1210 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match) in analyze()
2485 cur_nsub = preg->re_nsub++; in parse_sub_exp()
A Dregexec.c407 && regs->num_regs <= bufp->re_nsub)) in re_search_stub()
418 nregs = bufp->re_nsub + 1; in re_search_stub()
607 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0; in re_search_internal()

Completed in 19 milliseconds