Home
last modified time | relevance | path

Searched refs:PyRun_AnyFileFlags (Results 1 – 12 of 12) 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/cpython3/Include/
Dpythonrun.h159 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
174 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/external/python/cpython2/Modules/
Dmain.c672 sts = PyRun_AnyFileFlags(stdin, "<stdin>", &cf) != 0; in Py_Main()
/external/python/cpython3/Modules/
Dmain.c537 int res = PyRun_AnyFileFlags(stdin, "<stdin>", cf); in pymain_repl()
/external/python/cpython2/Python/
Dpythonrun.c1964 #undef PyRun_AnyFileFlags
1966 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function
/external/python/cpython3/Python/
Dpythonrun.c1748 #undef PyRun_AnyFileFlags
1750 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function
/external/python/cpython3/Doc/data/
Drefcounts.dat1836 PyRun_AnyFileFlags:int:::
1837 PyRun_AnyFileFlags:FILE*:fp::
1838 PyRun_AnyFileFlags:const char*:filename::
1839 PyRun_AnyFileFlags:PyCompilerFlags*:flags::
/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/cpython3/Doc/c-api/
Dveryhigh.rst58 .. 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
/external/python/cpython3/Misc/
DHISTORY18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx