Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c687 if (hinstPython) in python_runtime_link_init()
689 hinstPython = load_dll(libname); in python_runtime_link_init()
690 if (!hinstPython) in python_runtime_link_init()
702 close_dll(hinstPython); in python_runtime_link_init()
703 hinstPython = 0; in python_runtime_link_init()
712 *ucs_as_encoded_string = symbol_from_dll(hinstPython, in python_runtime_link_init()
715 *ucs_as_encoded_string = symbol_from_dll(hinstPython, in python_runtime_link_init()
719 close_dll(hinstPython); in python_runtime_link_init()
720 hinstPython = 0; in python_runtime_link_init()
876 if (hinstPython && Py_IsInitialized()) in python_end()
[all …]