Lines Matching defs:copy
1689 tre_ast_node_t **copy, int *max_pos)
1695 tre_ast_node_t **result = copy;
1927 tre_ast_node_t *copy;
1928 /* Remove tags from all but the last copy. */
1934 &pos_add, tag_directions, ©,
1939 seq1 = tre_ast_new_catenation(mem, seq1, copy);
1941 seq1 = copy;
1962 tre_ast_node_t *tmp, *copy;
1965 &pos_add, NULL, ©, &max_pos);
1969 seq2 = tre_ast_new_catenation(mem, copy, seq2);
1971 seq2 = copy;