Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspellfile.pro2 slang_T *spell_load_file(char_u *fname, char_u *lang, slang_T *old_lp, int silent);
/vim-8.2.3635/src/
H A Dspellfile.c349 slang_T *old_lp, in spell_load_file() argument
384 if (old_lp == NULL) in spell_load_file()
399 lp = old_lp; in spell_load_file()
573 if (old_lp == NULL && lang != NULL) in spell_load_file()
585 if (lp != NULL && old_lp == NULL) in spell_load_file()