Searched refs:next_p (Results 1 – 2 of 2) sorted by relevance
52 using Bits::Bst_node::next_p;245 t = A::next_p(p, b);301 for (N *n; (n = *q); q = A::next_p(n, dir))322 for (N *n; (n = *s); s = A::next_p(n, dir))356 t = A::next_p(*s, dir);
102 static Bst_node **next_p(Bst_node *p, Direction d) in next_p() function
Completed in 3 milliseconds