Home
last modified time | relevance | path

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

/misc/
A Dtsearch.c119 #define RIGHTPTR(N) (&(N)->right_node) macro
144 #define RIGHTPTR(N) (node *)(&(N)->right_node) macro
210 rp = RIGHTPTR(root); in maybe_split_for_insert()
325 nextp = r < 0 ? LEFTPTR(root) : RIGHTPTR(root); in __tsearch()
391 rootp = r < 0 ? LEFTPTR(root) : RIGHTPTR(root); in weak_alias()
444 rootp = RIGHTPTR(p); in weak_alias()
469 node *parentp = rootp, *up = RIGHTPTR(root); in weak_alias()
628 nodestack[sp++] = pp = RIGHTPTR(q); in weak_alias()

Completed in 6 milliseconds