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

/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-ast.c93 node = tre_ast_new_node(mem, CATENATION, sizeof(tre_catenation_t));
96 ((tre_catenation_t *)node->obj)->left = left;
97 ((tre_catenation_t *)node->obj)->right = right;
202 tre_do_print(stream, ((tre_catenation_t *)ast->obj)->left, indent + 2);
203 tre_do_print(stream, ((tre_catenation_t *)ast->obj)->right, indent + 2);
H A Dtre-ast.h85 } tre_catenation_t; typedef in typeref:struct:__anon2924
H A Dtre-compile.c279 tre_catenation_t *c;
310 tre_catenation_t *c;
644 tre_catenation_t *cat = node->obj;
1010 tre_catenation_t *cat;
1458 tre_catenation_t *cat = (tre_catenation_t *)node->obj;
1755 tre_catenation_t *cat = node->obj;
1756 tre_catenation_t *tmp;
1877 tre_catenation_t *cat = node->obj;
2233 tre_catenation_t *ca
[all...]

Completed in 169 milliseconds