Searched defs:AVL_SETPARENT (Results 1 – 2 of 2) sorted by relevance
69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) macro