Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c317 static int *mb_str2wide(char_u *s);
1083 smp->sm_lead_w = mb_str2wide(smp->sm_lead); in read_sal_section()
1088 smp->sm_oneof_w = mb_str2wide(smp->sm_oneof); in read_sal_section()
1092 smp->sm_to_w = mb_str2wide(smp->sm_to); in read_sal_section()
1122 smp->sm_lead_w = mb_str2wide(smp->sm_lead); in read_sal_section()
1556 mb_str2wide(char_u *s) in mb_str2wide() function