Searched refs:copy_node (Results 1 – 4 of 4) sorted by relevance
71 struct string_list *copy_node(struct string_list *);
379 struct string_list *copy_node(struct string_list *node) in copy_node() function397 n = res = copy_node(start); in copy_list_range()399 n->next = copy_node(start); in copy_list_range()457 return copy_node(&node); in read_node()463 return copy_node(&node); in read_node()
68 r = copy_node(i); r->tag = type; in record_compound()
112 r = copy_node(i); r->tag = type;