Searched refs:inword (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spell.c | 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 [all …]
|
| /vim-8.2.3635/src/proto/ |
| H A D | spell.pro | 37 void spell_soundfold(slang_T *slang, char_u *inword, int folded, char_u *res);
|