Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c3501 goodlen = (int)(pgood - goodword); in add_suggestion()
3503 if (goodlen <= 0 || badlen <= 0) in add_suggestion()
3516 if (badlen == 0 && goodlen == 0) in add_suggestion()
3530 if (stp->st_wordlen == goodlen in add_suggestion()
3579 stp->st_wordlen = goodlen; in add_suggestion()
3778 int goodlen; in soundalike_score() local
3814 goodlen = (int)STRLEN(goodsound); in soundalike_score()
3819 n = goodlen - badlen; in soundalike_score()
4025 wgoodword[goodlen++] = 0; in spell_edit_score()
4040 for (j = 1; j <= goodlen; ++j) in spell_edit_score()
[all …]