Home
last modified time | relevance | path

Searched refs:NODE_RIGHT_CHILD (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgsequence.c1643 #define NODE_RIGHT_CHILD(n) (((n)->parent) && ((n)->parent->right) == (n)) macro
1658 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()