Searched refs:tree_child_first (Results 1 – 2 of 2) sorted by relevance
242 newchild->tree_sibling = parent->tree_child_first; in tree_add_child()243 parent->tree_child_first = newchild; in tree_add_child()250 for (t = t->tree_child_first; t; t = t->tree_sibling) in tree_find_child_by_vis()267 tnode->tree_child_first = n; in tree_prepend_node()297 if (parent->tree_child_first == node) { in tree_remove_node()298 parent->tree_child_first = node->tree_sibling; in tree_remove_node()301 s = parent->tree_child_first; in tree_remove_node()488 tree_head = tree_head->tree_child_first; in more_visible()796 tree_head = tree_head->tree_child_first; in treeclimb_export()838 (TREE_EXPORTED(tnode) || tnode->tree_child_first != NULL)) in treeclimb_unexport()[all …]
462 struct treenode *tree_child_first; member