Searched refs:node_copy (Results 1 – 1 of 1) sorted by relevance
2013 tre_ast_node_t *tmp_l, *tmp_r, *tmp_node, *node_copy; in tre_expand_ast() local2034 node_copy = tre_ast_new_node(mem, ITERATION, in tre_expand_ast()2036 if (!node_copy) in tre_expand_ast()2038 node_copy->obj = node->obj; in tre_expand_ast()2039 tmp_node = tre_ast_new_catenation(mem, tmp_l, node_copy); in tre_expand_ast()