Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c779 if (hinstPy3 != 0) in py3_runtime_link_init()
781 hinstPy3 = load_dll(libname); in py3_runtime_link_init()
784 if (!hinstPy3) in py3_runtime_link_init()
797 if (!hinstPy3) in py3_runtime_link_init()
809 close_dll(hinstPy3); in py3_runtime_link_init()
810 hinstPy3 = 0; in py3_runtime_link_init()
844 close_dll(hinstPy3); in py3_runtime_link_init()
845 hinstPy3 = 0; in py3_runtime_link_init()
983 if (hinstPy3) in python3_end()
1000 return (hinstPy3 != 0); in python3_loaded()
[all …]