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

/illumos-gate/usr/src/uts/common/sys/
H A Davl.h84 * AVL_PREV() - given a node go to previous lower one
200 * AVL_PREV() will return NULL if at the first node.
205 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE) macro
226 * less = AVL_PREV(tree, node);
/illumos-gate/usr/src/man/man3avl/
H A DMakefile35 AVL_PREV.3avl \
45 AVL_PREV.3avl := LINKSRC = avl_first.3avl
/illumos-gate/usr/src/man/man9f/
H A DMakefile663 AVL_PREV.9f \
1381 AVL_PREV.9f := LINKSRC = avl.9f

Completed in 85 milliseconds