Home
last modified time | relevance | path

Searched refs:PyRun_InteractiveOneFlags (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h39 PyAPI_FUNC(int) PyRun_InteractiveOneFlags(FILE *, const char *, PyCompilerFlags *);
93 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h39 PyAPI_FUNC(int) PyRun_InteractiveOneFlags(FILE *, const char *, PyCompilerFlags *);
93 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c765 ret = PyRun_InteractiveOneFlags(fp, filename, flags); in PyRun_InteractiveLoopFlags()
795 PyRun_InteractiveOneFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveOneFlags() function
1991 return PyRun_InteractiveOneFlags(f, p, NULL); in PyRun_InteractiveOne()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c778 ret = PyRun_InteractiveOneFlags(fp, filename, flags); in PyRun_InteractiveLoopFlags()
808 PyRun_InteractiveOneFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveOneFlags() function
2016 return PyRun_InteractiveOneFlags(f, p, NULL); in PyRun_InteractiveOne()