Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h209 int *sm_to_w; // wide character copy of "sm_to" member
H A Dspellfile.c1090 smp->sm_to_w = NULL; in read_sal_section()
1092 smp->sm_to_w = mb_str2wide(smp->sm_to); in read_sal_section()
1095 || (smp->sm_to_w == NULL && smp->sm_to != NULL)) in read_sal_section()
1101 vim_free(smp->sm_to_w); in read_sal_section()
1125 smp->sm_to_w = NULL; in read_sal_section()
H A Dspell.c1725 vim_free(smp->sm_to_w); in slang_clear()
3696 ws = smp[n].sm_to_w; in spell_soundfold_wsal()