HomeSort by relevance Sort by last modified time
    Searched defs:Py_FdIsInteractive (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Python/
pylifecycle.c 83 int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 78 int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
746 if (Py_FdIsInteractive(fp, filename)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 78 int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
733 if (Py_FdIsInteractive(fp, filename)) {
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 78 int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
745 if (Py_FdIsInteractive(fp, filename)) {
    [all...]

Completed in 127 milliseconds