Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h275 # define SPELL_ISUPPER(c) (enc_utf8 && (c) >= 128 ? utf_isupper(c) \ macro
278 # define SPELL_ISUPPER(c) (enc_utf8 && (c) >= 128 ? utf_isupper(c) \ macro
H A Dspell.c211 this_upper = SPELL_ISUPPER(c); in spell_check()
221 this_upper = SPELL_ISUPPER(c); in spell_check()
231 if (!SPELL_ISUPPER(c)) in spell_check()
2391 firstcap = allcap = SPELL_ISUPPER(c); in captype()
2401 if (!SPELL_ISUPPER(c)) in captype()
H A Dspellsuggest.c325 if (SPELL_ISUPPER(c)) in badword_captype()
830 if (!SPELL_ISUPPER(c) && attr == HLF_COUNT) in spell_find_suggest()
3316 if (SPELL_ISUPPER(gc)) in add_sound_suggest()
3319 if (!SPELL_ISUPPER(bc) in add_sound_suggest()