Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c1050 HINSTANCE hpystdiodll = find_imported_module_by_funcname(hinst, in reset_stdin() local
1052 if (hpystdiodll) in reset_stdin()
1053 pyfreopen = (void *)GetProcAddress(hpystdiodll, "freopen"); in reset_stdin()