Home
last modified time | relevance | path

Searched refs:treeflags (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dspell.pro7 int spell_valid_case(int wordflags, int treeflags);
/vim-8.2.3635/src/
H A Dspell.c1232 int treeflags) // flags for the word in the spell tree in spell_valid_case() argument
1234 return ((wordflags == WF_ALLCAP && (treeflags & WF_FIXCAP) == 0) in spell_valid_case()
1235 || ((treeflags & (WF_ALLCAP | WF_KEEPCAP)) == 0 in spell_valid_case()
1236 && ((treeflags & WF_ONECAP) == 0 in spell_valid_case()