Searched refs:py__acrt_iob_func (Results 1 – 1 of 1) sorted by relevance
1033 FILE *(*py__acrt_iob_func)(unsigned) = NULL; in reset_stdin() local1047 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()