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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dregex.h15 size_t re_nsub; member in struct:re_pattern_buffer
/fuchsia/zircon/system/utest/trace/
H A Dfixture.cpp302 size_t match_count = squelch->regex.re_nsub + 1;
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c2476 preg->re_nsub = parse_ctx.submatch_id - 1;
2484 if (parse_ctx.max_backref > (int)preg->re_nsub)

Completed in 87 milliseconds