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

/macosx-10.10/vim-55/src/
H A Dspell.c514 handled, see add_sound_suggest() */
913 static void add_sound_suggest __ARGS((suginfo_T *su, char_u *goodword, int score, langp_T *lp));
11256 * added, this is done by add_sound_suggest().
11659 add_sound_suggest(su, preword, sp->ts_score, lp);
13145 /* structure used to store soundfolded words that add_sound_suggest() has
13174 /* prepare the hashtable used by add_sound_suggest() */
13252 add_sound_suggest(su, goodword, score, lp) function
13310 EMSG2(_(e_intern2), "add_sound_suggest()");

Completed in 207 milliseconds