Home
last modified time | relevance | path

Searched refs:do_in_runtimepath (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro10 int do_in_runtimepath(char_u *name, int flags, void (*callback)(char_u *fname, void *ck), void *coo…
/vim-8.2.3635/src/
H A Dspell.c1573 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()
H A Dscriptfile.c421 do_in_runtimepath( in do_in_runtimepath() function
H A Dos_mswin.c810 return do_in_runtimepath((char_u *)"bitmaps/vim.ico", in mch_icon_load()
H A Dhardcopy.c1686 retval = (do_in_runtimepath(buffer, 0, prt_resource_name, in prt_find_resource()
H A Dif_py_both.h1104 do_in_runtimepath(NULL, 0, &map_rtp_callback, &data); in VimForeachRTP()
1193 do_in_runtimepath(NULL, 0, &map_finder_callback, ret); in Vim_GetPaths()
H A Dtag.c2892 do_in_runtimepath((char_u *) in get_tagfname()
H A Dgui.c5128 if (do_in_runtimepath(buffer, 0, gfp_setname, buffer) == FAIL in gui_find_bitmap()