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

/macosx-10.10/vim-55/src/
H A Dspell.c411 int *sm_to_w; /* wide character copy of "sm_to" */ member in struct:salitem_S
2634 vim_free(smp->sm_to_w);
3283 smp->sm_to_w = NULL;
3285 smp->sm_to_w = mb_str2wide(smp->sm_to);
3288 || (smp->sm_to_w == NULL && smp->sm_to != NULL))
3294 vim_free(smp->sm_to_w);
3320 smp->sm_to_w = NULL;
14646 ws = smp[n].sm_to_w;

Completed in 256 milliseconds