Home
last modified time | relevance | path

Searched refs:copy_node (Results 1 – 3 of 3) sorted by relevance

/scripts/genksyms/
Dgenksyms.h60 struct string_list *copy_node(struct string_list *);
Dgenksyms.c367 struct string_list *copy_node(struct string_list *node) in copy_node() function
385 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()
Dparse.y56 r = copy_node(i); r->tag = type; in record_compound()