Home
last modified time | relevance | path

Searched refs:load_dll_error (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c144 # define load_dll_error dlerror macro
149 # define load_dll_error GetWin32Error macro
693 semsg(_(e_loadlib), libname, load_dll_error()); in python_runtime_link_init()
H A Dif_ruby.c187 # define load_dll_error dlerror macro
193 # define load_dll_error GetWin32Error macro
811 semsg(_(e_loadlib), libname, load_dll_error()); in ruby_runtime_link_init()
H A Dif_python3.c128 # define load_dll_error dlerror macro
133 # define load_dll_error GetWin32Error macro
800 semsg(_(e_loadlib), libname, load_dll_error()); in py3_runtime_link_init()
H A Dif_tcl.c170 # define load_dll_error dlerror macro
176 # define load_dll_error GetWin32Error macro
218 semsg(_(e_loadlib), libname, load_dll_error()); in tcl_runtime_link_init()
H A Dif_lua.c109 # define load_dll_error dlerror macro
114 # define load_dll_error GetWin32Error macro
455 semsg(_(e_loadlib), libname, load_dll_error()); in lua_link_init()
H A Dif_perl.xs178 # define load_dll_error dlerror macro
184 # define load_dll_error GetWin32Error macro