Searched refs:goodsound (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dspell.c930 static int soundalike_score __ARGS((char_u *goodsound, char_u *badsound));
13102 char_u goodsound[MAXWLEN]; local
13140 spell_soundfold(slang, pgood, FALSE, goodsound);
13142 return soundalike_score(goodsound, pbad);
14748 char_u *goodsound = goodstart; local
14759 if ((*badsound == '*' || *goodsound == '*') && *badsound != *goodsound)
14761 if ((badsound[0] == NUL && goodsound[1] == NUL)
14762 || (goodsound[0] == NUL && badsound[1] == NUL))
14765 if (badsound[0] == NUL || goodsound[
[all...]

Completed in 136 milliseconds