Searched refs:spell_load_cb (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spell.c | 131 static void spell_load_cb(char_u *fname, void *cookie); 1573 r = do_in_runtimepath(fname_enc, 0, spell_load_cb, &sl); in spell_load_lang() 1585 r = do_in_runtimepath(fname_enc, 0, spell_load_cb, &sl); in spell_load_lang() 1610 do_in_runtimepath(fname_enc, DIP_ALL, spell_load_cb, &sl); in spell_load_lang() 1782 spell_load_cb(char_u *fname, void *cookie) in spell_load_cb() function
|