Home
last modified time | relevance | path

Searched refs:Py_InteractiveFlag (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dpydebug.h10 PyAPI_DATA(int) Py_InteractiveFlag;
/external/python/cpython2/Modules/
Dmain.c364 Py_InteractiveFlag++; in Py_Main()
510 else if (Py_InteractiveFlag) { in Py_Main()
/external/python/cpython2/PC/os2vacpp/
Dpython.def63 Py_InteractiveFlag
/external/python/cpython2/Doc/c-api/
Dsys.rst13 is true. If the global flag :c:data:`Py_InteractiveFlag` is true, this function
/external/python/cpython2/Python/
Dpythonrun.c78 int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */ variable
1815 if (!Py_InteractiveFlag) in Py_FdIsInteractive()
Dsysmodule.c1262 SetFlag(Py_InteractiveFlag); in make_flags()
/external/python/cpython2/PC/os2emx/
Dpython27.def1061 "Py_InteractiveFlag"