Searched refs:newflag (Results 1 – 2 of 2) sorted by relevance
2513 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() argument2521 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()2534 v = PyInt_FromLong((long)newflag); in PyFile_SoftSpace()
2446 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() argument2454 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()2467 v = PyInt_FromLong((long)newflag); in PyFile_SoftSpace()