Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c2139 if (node->wn_sibling != NULL) in spell_print_node()
2156 if (node->wn_sibling != NULL) in spell_print_node()
4474 copyprev = &np->wn_sibling; in tree_add_word()
4498 prev = &node->wn_sibling; in tree_add_word()
4528 np->wn_sibling = node; in tree_add_word()
4544 spell_print_tree(root->wn_sibling); in tree_add_word()
4681 if (root->wn_sibling != NULL) in wordtree_compress()
4702 spell_print_tree(root->wn_sibling); in wordtree_compress()
4825 p1 = p1->wn_sibling, p2 = p2->wn_sibling) in node_equal()
5724 while (p->wn_sibling != NULL && p->wn_sibling->wn_byte == NUL) in sug_filltable()
[all …]