Lines Matching refs:inword
136 static void spell_soundfold_sofo(slang_T *slang, char_u *inword, char_u *res);
137 static void spell_soundfold_sal(slang_T *slang, char_u *inword, char_u *res);
138 static void spell_soundfold_wsal(slang_T *slang, char_u *inword, char_u *res);
3099 char_u *inword, in spell_soundfold() argument
3108 spell_soundfold_sofo(slang, inword, res); in spell_soundfold()
3113 word = inword; in spell_soundfold()
3117 inword, (int)STRLEN(inword), fword, MAXWLEN); in spell_soundfold()
3133 spell_soundfold_sofo(slang_T *slang, char_u *inword, char_u *res) in spell_soundfold_sofo() argument
3146 for (s = inword; *s != NUL; ) in spell_soundfold_sofo()
3187 for (s = inword; (c = *s) != NUL; ++s) in spell_soundfold_sofo()
3202 spell_soundfold_sal(slang_T *slang, char_u *inword, char_u *res) in spell_soundfold_sal() argument
3206 char_u *s = inword; in spell_soundfold_sal()
3479 spell_soundfold_wsal(slang_T *slang, char_u *inword, char_u *res) in spell_soundfold_wsal() argument
3509 for (s = inword; *s != NUL; ) in spell_soundfold_wsal()