Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h93 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h93 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1987 #undef PyRun_InteractiveOne
1989 PyRun_InteractiveOne(FILE *f, const char *p) in PyRun_InteractiveOne() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c2012 #undef PyRun_InteractiveOne
2014 PyRun_InteractiveOne(FILE *f, const char *p) in PyRun_InteractiveOne() function