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

/macosx-10.10/vim-55/src/
H A Dspell.c855 static void spell_load_cb __ARGS((char_u *fname, void *cookie));
2458 /* Copy the language name to pass it to spell_load_cb() as a cookie.
2475 r = do_in_runtimepath(fname_enc, FALSE, spell_load_cb, &sl);
2482 r = do_in_runtimepath(fname_enc, FALSE, spell_load_cb, &sl);
2506 do_in_runtimepath(fname_enc, TRUE, spell_load_cb, &sl);
2704 spell_load_cb(fname, cookie) function
2729 * - From spell_load_cb() to load a spell file for the first time. "lang" is

Completed in 136 milliseconds