Searched refs:num_submatches (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-ast.c67 node->num_submatches = arg->num_submatches;
82 node->num_submatches = left->num_submatches + right->num_submatches;
98 node->num_submatches = left->num_submatches + right->num_submatches;
H A Dtre-ast.h58 int num_submatches; member in struct:_tre_ast_node
H A Dtre-internal.h312 unsigned int num_submatches; member in struct:tnfa
H A Dtre-parse.c2310 tmp_node->num_submatches = result->num_submatches;
2315 result->num_submatches++;
H A Dregexec.c181 while (i < tnfa->num_submatches && i < nmatch)
H A Dtre-match-backtrack.c303 pbytes = sizeof(*pmatch) * tnfa->num_submatches;
H A Dtre-compile.c424 regset = xmalloc(sizeof(*regset) * ((tnfa->num_submatches
754 (node->num_submatches -
774 /* Since the top union has num_submatches > 0,
1382 for (i = 0; i < tnfa->num_submatches; i++)
3022 tnfa->num_submatches = parse_ctx.submatch_id;

Completed in 126 milliseconds