Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c1034 FILE *(*pyfreopen)(const char *, const char *, FILE *) = NULL; in reset_stdin() local
1053 pyfreopen = (void *)GetProcAddress(hpystdiodll, "freopen"); in reset_stdin()
1057 if (pyfreopen != NULL) in reset_stdin()
1058 pyfreopen("CONIN$", "r", py__acrt_iob_func(0)); in reset_stdin()