Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h94 #define PyRun_InteractiveLoop(f, p) PyRun_InteractiveLoopFlags(f, p, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h94 #define PyRun_InteractiveLoop(f, p) PyRun_InteractiveLoopFlags(f, p, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1994 #undef PyRun_InteractiveLoop
1996 PyRun_InteractiveLoop(FILE *f, const char *p) in PyRun_InteractiveLoop() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c2019 #undef PyRun_InteractiveLoop
2021 PyRun_InteractiveLoop(FILE *f, const char *p) in PyRun_InteractiveLoop() function