Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h259 # define SPELL_TOFOLD(c) (enc_utf8 && (c) >= 128 ? utf_fold(c) \ macro
262 # define SPELL_TOFOLD(c) (enc_utf8 && (c) >= 128 ? utf_fold(c) \ macro
H A Dspellsuggest.c3320 && SPELL_TOFOLD(bc) != SPELL_TOFOLD(gc)) in add_sound_suggest()
4063 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score()
4255 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score_limit()
4440 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score_limit_w()
H A Dspell.c2782 c = SPELL_TOFOLD(c); in spell_casefold()
2962 c = SPELL_TOFOLD(c); in onecap_copy()