Searched defs:AVL_NEXT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Davl.h83 * AVL_NEXT() - given a node go to next higher one
199 * AVL_NEXT() will return NULL if at the last node.
204 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER) macro
/illumos-gate/usr/src/man/man3avl/
H A DMakefile34 AVL_NEXT.3avl \
44 AVL_NEXT.3avl := LINKSRC = avl_first.3avl
/illumos-gate/usr/src/man/man9f/
H A DMakefile662 AVL_NEXT.9f \
1380 AVL_NEXT.9f := LINKSRC = avl.9f

Completed in 82 milliseconds