Lines Matching refs:right
18 struct tree_node *right;71 new_node->right = NULL;77 if (root->right != NULL)78 insert (root->right, word);84 new_node->right = NULL;85 root->right = new_node;111 new_node->right = NULL;136 return find_word (dictionary->right, word);153 if (dictionary->right)154 print_tree (dictionary->right);