Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1966 hashtab_T si_commonwords; // hashtable for common words member
2990 if (HASHITEM_EMPTY(hash_find(&spin->si_commonwords, in spell_read_aff()
2996 hash_add(&spin->si_commonwords, p); in spell_read_aff()
5085 if (spin->si_commonwords.ht_used > 0) in write_vim_spell()
5098 todo = (int)spin->si_commonwords.ht_used; in write_vim_spell()
5099 for (hi = spin->si_commonwords.ht_array; todo > 0; ++hi) in write_vim_spell()
5917 hash_init(&spin.si_commonwords); in mkspell()
6116 hash_clear_all(&spin.si_commonwords, 0); in mkspell()