Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h147 #define WF_ONECAP 0x02 // word with one capital (or all capitals) macro
155 #define WF_CAPMASK (WF_ONECAP | WF_ALLCAP | WF_KEEPCAP | WF_FIXCAP)
H A Dspell.c719 ? capflags == WF_ONECAP in find_word()
720 : (flags & WF_ONECAP) != 0 in find_word()
721 && capflags != WF_ONECAP) in find_word()
1236 && ((treeflags & WF_ONECAP) == 0 in spell_valid_case()
1237 || (wordflags & WF_ONECAP) != 0))); in spell_valid_case()
2417 return WF_ONECAP; in captype()
3046 else if (flags & WF_ONECAP) in make_case_word()
3897 if (n == WF_ONECAP) in spell_dump_compl()
4075 flags |= WF_ONECAP; in dump_word()
H A Dspellsuggest.c342 flags |= WF_ONECAP; in badword_captype()
804 su->su_badflags |= WF_ONECAP; in spell_find_suggest()
832 make_case_word(su->su_badword, buf, WF_ONECAP); in spell_find_suggest()
1547 c = WF_ONECAP; in suggest_trie_walk()
1553 c &= ~WF_ONECAP; in suggest_trie_walk()