Searched refs:_Py_FdIsInteractive (Results 1 – 3 of 3) sorted by relevance
46 PyAPI_FUNC(int) _Py_FdIsInteractive(FILE *fp, PyObject *filename);
83 if (_Py_FdIsInteractive(fp, filename)) { in _PyRun_AnyFileObject()
2886 _Py_FdIsInteractive(FILE *fp, PyObject *filename) in _Py_FdIsInteractive() function