Home
last modified time | relevance | path

Searched refs:source_in_path (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro12 int source_in_path(char_u *path, char_u *name, int flags, int *ret_sid);
/vim-8.2.3635/src/
H A Dscriptfile.c440 return source_in_path(p_rtp, name, flags, NULL); in source_runtime()
447 source_in_path(char_u *path, char_u *name, int flags, int *ret_sid) in source_in_path() function
2081 if (source_in_path(p_rtp, scriptname, 0, &ret_sid) == OK) in script_autoload()
H A Dvim9script.c516 res = source_in_path(p_rtp, from_name, DIP_NOAFTER, &sid); in handle_import()
H A Dmain.c468 source_in_path(rtp_copy == NULL ? p_rtp : rtp_copy, plugin_pattern, in vim_main2()