Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c748 PyCompilerFlags local_flags; in PyRun_InteractiveLoopFlags() local
751 flags = &local_flags; in PyRun_InteractiveLoopFlags()
752 local_flags.cf_flags = 0; in PyRun_InteractiveLoopFlags()
Dcompile.c256 PyCompilerFlags local_flags; in PyAST_Compile() local
273 local_flags.cf_flags = 0; in PyAST_Compile()
274 flags = &local_flags; in PyAST_Compile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c761 PyCompilerFlags local_flags; in PyRun_InteractiveLoopFlags() local
764 flags = &local_flags; in PyRun_InteractiveLoopFlags()
765 local_flags.cf_flags = 0; in PyRun_InteractiveLoopFlags()
Dcompile.c259 PyCompilerFlags local_flags; in PyAST_Compile() local
276 local_flags.cf_flags = 0; in PyAST_Compile()
277 flags = &local_flags; in PyAST_Compile()