Lines Matching refs:tre_ast_node_t
96 tre_ast_node_t ***items) in tre_new_item()
99 tre_ast_node_t **array = *items; in tre_new_item()
103 tre_ast_node_t **new_items; in tre_new_item()
125 tre_expand_ctype(tre_mem_t mem, tre_ctype_t class, tre_ast_node_t ***items, in tre_expand_ctype()
162 const tre_ast_node_t *node_a = *(tre_ast_node_t * const *)a; in tre_compare_items()
163 const tre_ast_node_t *node_b = *(tre_ast_node_t * const *)b; in tre_compare_items()
265 tre_ast_node_t ***items, int *num_items, in tre_parse_bracket_items()
432 tre_parse_bracket(tre_parse_ctx_t *ctx, tre_ast_node_t **result) in tre_parse_bracket()
434 tre_ast_node_t *node = NULL; in tre_parse_bracket()
437 tre_ast_node_t **items, *u, *n; in tre_parse_bracket()
613 tre_parse_bound(tre_parse_ctx_t *ctx, tre_ast_node_t **result) in tre_parse_bound()
945 tre_ast_node_t *result = NULL; in tre_parse()
1061 tre_ast_node_t *tree = tre_stack_pop_voidptr(stack); in tre_parse()
1062 tre_ast_node_t *tmp_node; in tre_parse()
1100 tre_ast_node_t *tmp_node; in tre_parse()
1101 tre_ast_node_t *tree = tre_stack_pop_voidptr(stack); in tre_parse()
1126 tre_ast_node_t *tmp_node; in tre_parse()
1554 tre_ast_node_t *tmp1; in tre_parse()
1555 tre_ast_node_t *tmp2; in tre_parse()
1674 tre_ast_node_t *tmp1; in tre_parse()
1675 tre_ast_node_t *tmp2; in tre_parse()
1718 tre_ast_node_t *n, *tmp_node; in tre_parse()