Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c1033 FILE *(*py__acrt_iob_func)(unsigned) = NULL; in reset_stdin() local
1047 py__acrt_iob_func = get_dll_import_func(hinst, "__acrt_iob_func"); in reset_stdin()
1048 if (py__acrt_iob_func) in reset_stdin()
1058 pyfreopen("CONIN$", "r", py__acrt_iob_func(0)); in reset_stdin()