Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro29 int spell_casefold(win_T *wp, char_u *str, int len, char_u *buf, int buflen);
/vim-8.2.3635/src/
H A Dspell.c252 (void)spell_casefold(wp, ptr, (int)(mi.mi_fend - ptr), mi.mi_fword, in spell_check()
739 (void)spell_casefold(mip->mi_win, in find_word()
1217 (void)spell_casefold(mip->mi_win, p, (int)(mip->mi_fend - p), in fold_more()
2740 spell_casefold( in spell_casefold() function
3116 (void)spell_casefold(curwin, in spell_soundfold()
H A Dspellsuggest.c794 (void)spell_casefold(curwin, su->su_badptr, su->su_badlen, in spell_find_suggest()
1179 (void)spell_casefold(curwin, p, (int)STRLEN(p), fword + n, MAXWLEN - n); in suggest_try_change()
3013 (void)spell_casefold(curwin, in stp_sal_score()
H A Dspellfile.c3434 (void)spell_casefold(curwin, from, (int)STRLEN(from), word, MAXWLEN); in add_fromto()
3436 (void)spell_casefold(curwin, to, (int)STRLEN(to), word, MAXWLEN); in add_fromto()
4396 (void)spell_casefold(curwin, word, len, foldword, MAXWLEN); in store_word()