Searched refs:copy_node (Results 1 – 3 of 3) sorted by relevance
60 struct string_list *copy_node(struct string_list *);
367 struct string_list *copy_node(struct string_list *node) in copy_node() function385 n = res = copy_node(start); in copy_list_range()387 n->next = copy_node(start); in copy_list_range()447 return copy_node(&node); in read_node()453 return copy_node(&node); in read_node()
56 r = copy_node(i); r->tag = type; in record_compound()