Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c3483 int wres[MAXWLEN]; in spell_soundfold_wsal() local
3703 && (wres[reslen - 1] == c in spell_soundfold_wsal()
3704 || wres[reslen - 1] == *ws)) in spell_soundfold_wsal()
3732 if (reslen == 0 || wres[reslen - 1] != *ws) in spell_soundfold_wsal()
3733 wres[reslen++] = *ws; in spell_soundfold_wsal()
3744 wres[reslen++] = c; in spell_soundfold_wsal()
3765 || wres[reslen - 1] != c)) in spell_soundfold_wsal()
3767 wres[reslen++] = c; in spell_soundfold_wsal()
3779 l += mb_char2bytes(wres[n], res + l); in spell_soundfold_wsal()