Searched refs:left_hook (Results 1 – 2 of 2) sorted by relevance
215 Freehdr *left_hook; /* Temp for insertion */ in insert() local244 left_hook = &newhdr->left; in insert()267 *left_hook = x; in insert()268 left_hook = &x->right; in insert()280 *left_hook = *right_hook = NIL; /* clear remaining hooks */ in insert()
158 Freehdr *left_hook; /* Temp for insertion */ in insert() local209 left_hook = &newhdr->left; in insert()227 *left_hook = x; in insert()228 left_hook = &x->right; in insert()240 *left_hook = *right_hook = NIL; /* clear remaining hooks */ in insert()