Lines Matching defs:tree
72 static avl_tree_t *tree;
266 tree = NULL;
301 * tree so we don't get into an
304 if (add_tnode(&tree,
315 * the search tree.
338 * Add this node to the search tree so we don't
341 if (add_tnode(&tree, stbuf.st_dev,
347 * to add the node to the tree.
351 * being added to the search tree.
371 * directory to the search tree so we do not get into endless loops.
442 * tree so we don't get into an
446 if ((rc = add_tnode(&tree,
458 * the node to the tree.
482 * Add this node to the search tree so we don't
486 if ((rc = add_tnode(&tree, st.st_dev,
495 * to add the node to the search tree.