Searched refs:su_banned (Results 1 – 1 of 1) sorted by relevance
53 hashtab_T su_banned; // table with banned words member73 #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()