Lines Matching refs:tre_union_t
137 } tre_union_t; typedef
191 tre_union_t *un; in tre_ast_new_union()
1455 tre_union_t *uni = node->obj; in tre_add_tags()
1607 node->num_tags = ((tre_union_t *)node->obj)->left->num_tags in tre_add_tags()
1608 + ((tre_union_t *)node->obj)->right->num_tags + added_tags in tre_add_tags()
1759 tre_union_t *uni = node->obj; in tre_copy_ast()
1760 tre_union_t *tmp; in tre_copy_ast()
1875 tre_union_t *uni = node->obj; in tre_expand_ast()
2138 tre_union_t *uni; in tre_match_empty()
2197 uni = (tre_union_t *)node->obj; in tre_match_empty()
2319 STACK_PUSHR(stack, voidptr, ((tre_union_t *)node->obj)->right); in tre_compute_nfl()
2321 STACK_PUSHR(stack, voidptr, ((tre_union_t *)node->obj)->left); in tre_compute_nfl()
2349 tre_union_t *uni = (tre_union_t *)node->obj; in tre_compute_nfl()
2627 tre_union_t *uni; in tre_ast_to_tnfa()
2638 uni = (tre_union_t *)node->obj; in tre_ast_to_tnfa()