Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h35 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
88 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h35 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
88 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c621 sts = PyRun_AnyFileFlags(stdin, "<stdin>", &cf) != 0; in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c659 sts = PyRun_AnyFileFlags(stdin, "<stdin>", &cf) != 0; in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c636 sts = PyRun_AnyFileFlags(stdin, "<stdin>", &cf) != 0; in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1922 #undef PyRun_AnyFileFlags
1924 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1947 #undef PyRun_AnyFileFlags
1949 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function