Lines Matching refs:root
2008 static void wordtree_compress(spellinfo_T *spin, wordnode_T *root, char *name);
2167 spell_print_tree(wordnode_T *root) in spell_print_tree() argument
2169 if (root != NULL) in spell_print_tree()
2173 spell_clear_flags(root); in spell_print_tree()
2176 spell_print_node(root, 0); in spell_print_tree()
4432 wordnode_T *root, in tree_add_word() argument
4437 wordnode_T *node = root; in tree_add_word()
4544 spell_print_tree(root->wn_sibling); in tree_add_word()
4672 wordtree_compress(spellinfo_T *spin, wordnode_T *root, char *name) in wordtree_compress() argument
4681 if (root->wn_sibling != NULL) in wordtree_compress()
4684 n = node_compress(spin, root->wn_sibling, &ht, &tot); in wordtree_compress()
4702 spell_print_tree(root->wn_sibling); in wordtree_compress()