Searched refs:tree_sibling (Results 1 – 2 of 2) sorted by relevance
242 newchild->tree_sibling = parent->tree_child_first; in tree_add_child()250 for (t = t->tree_child_first; t; t = t->tree_sibling) in tree_find_child_by_vis()298 parent->tree_child_first = node->tree_sibling; in tree_remove_node()302 while (s->tree_sibling != node) in tree_remove_node()303 s = s->tree_sibling; in tree_remove_node()304 s->tree_sibling = s->tree_sibling->tree_sibling; in tree_remove_node()
463 struct treenode *tree_sibling; /* next sibling */ member