Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h206 char_u *sm_to; // replacement. member
H A Dspellfile.c1073 smp->sm_to = read_cnt_string(fd, 1, &ccnt); in read_sal_section()
1089 if (smp->sm_to == 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()
1098 vim_free(smp->sm_to); in read_sal_section()
1119 smp->sm_to = NULL; in read_sal_section()
H A Dspell.c1722 vim_free(smp->sm_to); in slang_clear()
3399 s = smp[n].sm_to; in spell_soundfold_sal()