Lines Matching refs:tree
2005 static int tree_add_word(spellinfo_T *spin, char_u *word, wordnode_T *tree, int flags, int region, …
4861 wordnode_T *tree; in write_vim_spell() local
5230 tree = spin->si_foldroot->wn_sibling; in write_vim_spell()
5232 tree = spin->si_keeproot->wn_sibling; in write_vim_spell()
5234 tree = spin->si_prefroot->wn_sibling; in write_vim_spell()
5237 clear_node(tree); in write_vim_spell()
5242 nodecount = put_node(NULL, tree, 0, regionmask, round == 3); in write_vim_spell()
5249 (void)put_node(fd, tree, 0, regionmask, round == 3); in write_vim_spell()
5794 wordnode_T *tree; in sug_write() local
5830 tree = spin->si_foldroot->wn_sibling; in sug_write()
5833 clear_node(tree); in sug_write()
5838 nodecount = put_node(NULL, tree, 0, 0, FALSE); in sug_write()
5845 (void)put_node(fd, tree, 0, 0, FALSE); in sug_write()