Home
last modified time | relevance | path

Searched refs:PyFile_SoftSpace (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dfileobject.h52 PyAPI_FUNC(int) PyFile_SoftSpace(PyObject *, int);
/external/python/cpython2/PC/os2vacpp/
Dpython.def177 PyFile_SoftSpace
/external/python/cpython2/Doc/c-api/
Dfile.rst153 .. c:function:: int PyFile_SoftSpace(PyObject *p, int newflag)
/external/python/cpython2/Python/
Dceval.c1978 if (w != NULL && PyFile_SoftSpace(w, 0)) in PyEval_EvalFrameEx()
1990 PyFile_SoftSpace(w, 1); in PyEval_EvalFrameEx()
1999 PyFile_SoftSpace(w, 1); in PyEval_EvalFrameEx()
2003 PyFile_SoftSpace(w, 1); in PyEval_EvalFrameEx()
2036 PyFile_SoftSpace(w, 0); in PyEval_EvalFrameEx()
4187 if (!PyFile_SoftSpace(f, 0)) in Py_FlushLine()
Dsysmodule.c117 PyFile_SoftSpace(outf, 1); in sys_displayhook()
Dbltinmodule.c2048 if (PyFile_SoftSpace(fout, 0)) { in builtin_raw_input()
/external/python/cpython2/Doc/data/
Drefcounts.dat410 PyFile_SoftSpace:int:::
411 PyFile_SoftSpace:PyFileObject*:p:0:
412 PyFile_SoftSpace:int:newflag::
/external/python/cpython2/PC/os2emx/
Dpython27.def298 "PyFile_SoftSpace"
/external/python/cpython2/Objects/
Dfileobject.c2512 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() function