Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro36 char_u *eval_soundfold(char_u *word);
/vim-8.2.3635/src/
H A Dspell.c3060 eval_soundfold(char_u *word) in eval_soundfold() function
H A Devalfunc.c9246 rettv->vval.v_string = eval_soundfold(s); in f_soundfold()