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

/macosx-10.10.1/vim-55/src/
H A Dif_python.c243 static HINSTANCE hinstPython = 0; /* Instance of python.dll */ variable
335 if (hinstPython)
337 close_dll(hinstPython);
338 hinstPython = 0;
363 if (hinstPython)
365 hinstPython = load_dll(libname);
366 if (!hinstPython)
375 if ((*python_funcname_table[i].ptr = symbol_from_dll(hinstPython,
378 close_dll(hinstPython);
379 hinstPython
[all...]

Completed in 128 milliseconds