Searched refs:NODE_RIGHT_CHILD (Results 1 – 1 of 1) sorted by relevance
1643 #define NODE_RIGHT_CHILD(n) (((n)->parent) && ((n)->parent->right) == (n)) macro1658 while (NODE_RIGHT_CHILD (n)) in node_get_next()1707 if (NODE_RIGHT_CHILD (node)) in node_get_pos()2014 if (NODE_RIGHT_CHILD (node)) in node_unlink()