Searched refs:nextp (Results 1 – 1 of 1) sorted by relevance
295 node *nextp; in __tsearch() local312 nextp = rootp; in __tsearch()313 while (DEREFNODEPTR(nextp) != NULL) in __tsearch()325 nextp = r < 0 ? LEFTPTR(root) : RIGHTPTR(root); in __tsearch()326 if (DEREFNODEPTR(nextp) == NULL) in __tsearch()331 rootp = nextp; in __tsearch()349 SETNODEPTR(nextp,q); /* link new node to old */ in __tsearch()355 if (nextp != rootp) in __tsearch()358 maybe_split_for_insert (nextp, rootp, parentp, r, p_r, 1); in __tsearch()
Completed in 4 milliseconds