Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h146 #define WF_REGION 0x01 // region byte follows macro
H A Dspell.c857 else if (flags & WF_REGION) in find_word()
4004 || (flags & WF_REGION) == 0 in spell_dump_compl()
4010 flags &= ~WF_REGION; in spell_dump_compl()
4098 if ((flags & (WF_BANNED | WF_RARE | WF_REGION)) || keepcap) in dump_word()
4108 if (flags & WF_REGION) in dump_word()
H A Dspellfile.c1703 if (c & WF_REGION) in read_tree_node()
4228 if ((flags & WF_REGION) == 0) // first one in spell_read_wordfile()
4230 flags |= WF_REGION; in spell_read_wordfile()
5358 flags |= WF_REGION; in put_node()
5379 if (flags & WF_REGION) in put_node()
H A Dspellsuggest.c1581 if ((flags & WF_REGION) in suggest_trie_walk()
3305 if ((flags & WF_REGION) in add_sound_suggest()