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.c372 struct string_list *copy_node(struct string_list *node) in copy_node() function
390 n = res = copy_node(start); in copy_list_range()
392 n->next = copy_node(start); in copy_list_range()
452 return copy_node(&node); in read_node()
458 return copy_node(&node); in read_node()
Dparse.y56 r = copy_node(i); r->tag = type; in record_compound()