Searched refs:TREE_EXPORTED (Results 1 – 2 of 2) sorted by relevance
838 (TREE_EXPORTED(tnode) || tnode->tree_child_first != NULL)) in treeclimb_unexport()842 if (TREE_ROOT(tnode) && !TREE_EXPORTED(tnode) && in treeclimb_unexport()858 !TREE_EXPORTED(old_nd)) { in treeclimb_unexport()
477 #define TREE_EXPORTED(t) \ macro