Searched refs:spl_copy (Results 1 – 1 of 1) sorted by relevance
1995 char_u *spl_copy; in did_set_spelllang() local2012 spl_copy = vim_strsave(wp->w_s->b_p_spl); in did_set_spelllang()2013 if (spl_copy == NULL) in did_set_spelllang()2019 for (splp = spl_copy; *splp != NUL; ) in did_set_spelllang()2287 vim_free(spl_copy); in did_set_spelllang()