Searched refs:submatch_id (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-parse.h36 int submatch_id; member in struct:__anon2947
H A Dtre-ast.c30 node->submatch_id = -1;
184 ast->submatch_id, num_tags);
190 iter->min, iter->max, ast->submatch_id, num_tags,
195 fprintf(stream, "union, sub %d, %d tags\n", ast->submatch_id, num_tags);
200 fprintf(stream, "catenation, sub %d, %d tags\n", ast->submatch_id,
H A Dtre-ast.h57 int submatch_id; member in struct:_tre_ast_node
H A Dtre-parse.c1306 STACK_PUSH(stack, int, ctx->submatch_id);
1308 ctx->submatch_id++;
1514 if (result->type == LITERAL && result->submatch_id < 0 &&
1604 result->submatch_id = ctx->submatch_id_invisible++;
1660 && result->submatch_id < 0
1683 result->submatch_id = ctx->submatch_id_invisible++;
1844 ctx->submatch_id));
1849 STACK_PUSHX(stack, int, ctx->submatch_id);
1855 ctx->submatch_id++;
2058 result->submatch_id
2295 int submatch_id = tre_stack_pop_int(stack); local
[all...]
H A Dtre-compile.c297 c->right->submatch_id = -1;
328 c->left->submatch_id = -1;
540 id = node->submatch_id;
755 (node->submatch_id >= 0 &&
756 node->submatch_id < SUBMATCH_ID_INVISIBLE_START)) > 0)
3000 preg->re_nsub = parse_ctx.submatch_id - 1;
3022 tnfa->num_submatches = parse_ctx.submatch_id;
3057 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id,
3063 for (i = 0; i < parse_ctx.submatch_id; i++)
3074 for (i = 0; i < parse_ctx.submatch_id;
[all...]

Completed in 68 milliseconds