Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c53 hashtab_T su_banned; // table with banned words member
73 #define WAS_BANNED(su, word) (!HASHITEM_EMPTY(hash_find(&su->su_banned, word)))
781 hash_init(&su->su_banned); in spell_find_suggest()
1077 hash_clear_all(&su->su_banned, 0); in spell_find_cleanup()
3655 hi = hash_lookup(&su->su_banned, word, hash); in add_banned()
3660 hash_add_item(&su->su_banned, hi, s, hash); in add_banned()