Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTBTree.c116 HTBTElement *father_of_forefather; in HTBTree_add() local
161 father_of_forefather = NULL; in HTBTree_add()
211 father_of_forefather = father_of_element; in HTBTree_add()
214 if (father_of_forefather->left == forefather_of_element) { in HTBTree_add()
215 depth = father_of_forefather->left_depth; in HTBTree_add()
216 father_of_forefather->left_depth = 1 in HTBTree_add()
219 depth2 = father_of_forefather->left_depth; in HTBTree_add()
221 depth = father_of_forefather->right_depth; in HTBTree_add()
222 father_of_forefather->right_depth = 1 in HTBTree_add()
225 depth2 = father_of_forefather->right_depth; in HTBTree_add()
[all …]