Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h207 int *sm_lead_w; // wide character copy of "sm_lead" member
H A Dspellfile.c1083 smp->sm_lead_w = mb_str2wide(smp->sm_lead); in read_sal_section()
1093 if (smp->sm_lead_w == NULL in read_sal_section()
1099 vim_free(smp->sm_lead_w); in read_sal_section()
1122 smp->sm_lead_w = mb_str2wide(smp->sm_lead); in read_sal_section()
1514 c = *smp[i].sm_lead_w & 0xff; in set_sal_first()
1528 && (*smp[i + 1].sm_lead_w & 0xff) == c) in set_sal_first()
1533 if ((*smp[i + n].sm_lead_w & 0xff) == c) in set_sal_first()
H A Dspell.c1723 vim_free(smp->sm_lead_w); in slang_clear()
3550 for (; ((ws = smp[n].sm_lead_w)[0] & 0xff) == (c & 0xff) in spell_soundfold_wsal()
3622 for ( ; ((ws = smp[n0].sm_lead_w)[0] & 0xff) in spell_soundfold_wsal()
3690 if (p0 >= pri && (smp[n0].sm_lead_w[0] & 0xff) in spell_soundfold_wsal()