Searched refs:_PyRun_InteractiveLoopObject (Results 1 – 2 of 2) sorted by relevance
23 extern int _PyRun_InteractiveLoopObject(
71 res = _PyRun_InteractiveLoopObject(fp, filename, flags); in _PyRun_AnyFileObject()105 _PyRun_InteractiveLoopObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) in _PyRun_InteractiveLoopObject() function169 int err = _PyRun_InteractiveLoopObject(fp, filename_obj, flags); in PyRun_InteractiveLoopFlags()