Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h35 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
88 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/external/python/cpython2/Modules/
Dmain.c662 sts = PyRun_AnyFileFlags(stdin, "<stdin>", &cf) != 0; in Py_Main()
/external/python/cpython2/Python/
Dpythonrun.c1952 #undef PyRun_AnyFileFlags
1954 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1082 "PyRun_AnyFileFlags"
/external/python/cpython2/Doc/c-api/
Dveryhigh.rst50 .. c:function:: int PyRun_AnyFileFlags(FILE *fp, const char *filename, PyCompilerFlags *flags)
/external/python/cpython2/Misc/
DHISTORY857 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx