Searched refs:LEFTPTR (Results 1 – 1 of 1) sorted by relevance
116 #define LEFTPTR(N) (&(N)->left_node) macro140 #define LEFTPTR(N) (node *)(&(N)->left_node) macro212 lp = LEFTPTR(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()439 rootp = LEFTPTR(p); in weak_alias()485 up = LEFTPTR(upn); in weak_alias()544 nodestack[sp++] = pp = LEFTPTR(q); in weak_alias()