Home
last modified time | relevance | path

Searched refs:Py_IgnoreEnvironmentFlag (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpydebug.h19 PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
33 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpydebug.h19 PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgenmain.c25 int Py_IgnoreEnvironmentFlag; variable
Dpgen.c14 extern int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c349 Py_IgnoreEnvironmentFlag++; in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c280 Py_IgnoreEnvironmentFlag++; in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c355 Py_IgnoreEnvironmentFlag++; in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c86 int Py_IgnoreEnvironmentFlag; /* e.g. PYTHONPATH, PYTHONHOME */ variable
684 if (home == NULL && !Py_IgnoreEnvironmentFlag) in Py_GetPythonHome()
Dsysmodule.c1248 SetFlag(Py_IgnoreEnvironmentFlag); in make_flags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c86 int Py_IgnoreEnvironmentFlag; /* e.g. PYTHONPATH, PYTHONHOME */ variable
697 if (home == NULL && !Py_IgnoreEnvironmentFlag) in Py_GetPythonHome()
Dsysmodule.c1267 SetFlag(Py_IgnoreEnvironmentFlag); in make_flags()