Lines Matching refs:tre_ast_node_t
17 tre_ast_node_t *
20 tre_ast_node_t *node; in tre_ast_new_node()
35 tre_ast_node_t *
38 tre_ast_node_t *node; in tre_ast_new_literal()
52 tre_ast_node_t *
53 tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t *arg, int min, int max, in tre_ast_new_iter()
56 tre_ast_node_t *node; in tre_ast_new_iter()
72 tre_ast_node_t *
73 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) in tre_ast_new_union()
75 tre_ast_node_t *node; in tre_ast_new_union()
87 tre_ast_node_t *
88 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, in tre_ast_new_catenation()
89 tre_ast_node_t *right) in tre_ast_new_catenation()
91 tre_ast_node_t *node; in tre_ast_new_catenation()
135 tre_do_print(FILE *stream, tre_ast_node_t *ast, int indent) in tre_do_print()
212 tre_ast_fprint(FILE *stream, tre_ast_node_t *ast) in tre_ast_fprint()
218 tre_ast_print(tre_ast_node_t *tree) in tre_ast_print()