Searched refs:PyFile_SoftSpace (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Include/ |
D | fileobject.h | 52 PyAPI_FUNC(int) PyFile_SoftSpace(PyObject *, int);
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 177 PyFile_SoftSpace
|
/external/python/cpython2/Doc/c-api/ |
D | file.rst | 153 .. c:function:: int PyFile_SoftSpace(PyObject *p, int newflag)
|
/external/python/cpython2/Python/ |
D | ceval.c | 1990 if (w != NULL && PyFile_SoftSpace(w, 0)) in PyEval_EvalFrameEx() 2002 PyFile_SoftSpace(w, 1); in PyEval_EvalFrameEx() 2011 PyFile_SoftSpace(w, 1); in PyEval_EvalFrameEx() 2015 PyFile_SoftSpace(w, 1); in PyEval_EvalFrameEx() 2048 PyFile_SoftSpace(w, 0); in PyEval_EvalFrameEx() 4207 if (!PyFile_SoftSpace(f, 0)) in Py_FlushLine()
|
D | sysmodule.c | 117 PyFile_SoftSpace(outf, 1); in sys_displayhook()
|
D | bltinmodule.c | 2049 if (PyFile_SoftSpace(fout, 0)) { in builtin_raw_input()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 410 PyFile_SoftSpace:int::: 411 PyFile_SoftSpace:PyFileObject*:p:0: 412 PyFile_SoftSpace:int:newflag::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 298 "PyFile_SoftSpace"
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 2557 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() function
|