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

/macosx-10.10/vim-55/src/
H A Dspell.c607 hashtab_T su_banned; /* table with banned words */ member in struct:suginfo_S
627 #define WAS_BANNED(su, word) (!HASHITEM_EMPTY(hash_find(&su->su_banned, word)))
10556 hash_init(&su->su_banned);
11068 hash_clear_all(&su->su_banned, 0);
13875 hi = hash_lookup(&su->su_banned, word, hash);
13880 hash_add_item(&su->su_banned, hi, s, hash);

Completed in 117 milliseconds