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

/external/python/cpython2/Include/
H A Dpythonrun.h35 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
88 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/external/python/cpython3/Include/
H A Dpythonrun.h28 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
154 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/external/python/cpython2/Modules/
H A Dmain.c662 sts = PyRun_AnyFileFlags(stdin, "<stdin>", &cf) != 0;
/external/python/cpython3/Modules/
H A Dmain.c826 sts = PyRun_AnyFileFlags(stdin, "<stdin>", &cf) != 0;
/external/python/cpython2/Python/
H A Dpythonrun.c1952 #undef PyRun_AnyFileFlags macro
1954 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) function
/external/python/cpython3/Python/
H A Dpythonrun.c1462 #undef PyRun_AnyFileFlags macro
1464 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) function

Completed in 1977 milliseconds