Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h78 PyAPI_FUNC(int) Py_FdIsInteractive(FILE *, const char *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def417 Py_FdIsInteractive
/external/python/cpython2/Modules/
Dmain.c493 stdin_is_interactive = Py_FdIsInteractive(stdin, (char *)0); in Py_Main()
/external/python/cpython2/Doc/c-api/
Dsys.rst9 .. c:function:: int Py_FdIsInteractive(FILE *fp, const char *filename)
/external/python/cpython2/Python/
Dpythonrun.c745 if (Py_FdIsInteractive(fp, filename)) { in PyRun_AnyFileExFlags()
1811 Py_FdIsInteractive(FILE *fp, const char *filename) in Py_FdIsInteractive() function
/external/python/cpython2/Doc/data/
Drefcounts.dat1761 Py_FdIsInteractive:int:::
1762 Py_FdIsInteractive:FILE*:fp::
1763 Py_FdIsInteractive:char*:filename::
/external/python/cpython2/PC/os2emx/
Dpython27.def1083 "Py_FdIsInteractive"