Lines Matching refs:parent
111 child->parent = new; in build_node()
203 new_child->parent = NULL; in merge_nodes()
302 void add_child(struct node *parent, struct node *child) in add_child() argument
307 child->parent = parent; in add_child()
309 p = &parent->children; in add_child()
316 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name() argument
318 struct node *node = parent->children; in delete_node_by_name()
812 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node() argument
818 add_child(parent, node); in build_and_name_child_node()
990 for (wn = node; wn; wn = wn->parent) in add_local_fixup_entry()
997 for (wn = node, i = depth - 1; wn; wn = wn->parent, i--) in add_local_fixup_entry()