Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h153 #define WF_KEEPCAP 0x80 // keep-case word macro
155 #define WF_CAPMASK (WF_ONECAP | WF_ALLCAP | WF_KEEPCAP | WF_FIXCAP)
H A Dspell.c610 if (mip->mi_capflags == WF_KEEPCAP in find_word()
707 if (capflags == WF_KEEPCAP || (capflags == WF_ALLCAP in find_word()
1235 || ((treeflags & (WF_ALLCAP | WF_KEEPCAP)) == 0 in spell_valid_case()
2405 return WF_KEEPCAP; in captype()
2410 return WF_KEEPCAP; in captype()
4001 if ((round == 2 || (flags & WF_KEEPCAP) == 0) in spell_dump_compl()
4089 && ((captype(word, NULL) & WF_KEEPCAP) == 0 in dump_word()
H A Dspellfile.c3716 flags |= WF_KEEPCAP | WF_FIXCAP; in get_affix_flags()
4221 flags |= WF_KEEPCAP | WF_FIXCAP; in spell_read_wordfile()
4407 if (res == OK && (ct == WF_KEEPCAP || (flags & WF_KEEPCAP))) in store_word()
H A Dspellsuggest.c317 if (flags & WF_KEEPCAP) in badword_captype()
1535 else if (flags & WF_KEEPCAP) in suggest_trie_walk()
3275 if (flags & WF_KEEPCAP) in add_sound_suggest()