Searched refs:oldflag (Results 1 – 1 of 1) sorted by relevance
2559 long oldflag = 0; in PyFile_SoftSpace() local2564 oldflag = ((PyFileObject *)f)->f_softspace; in PyFile_SoftSpace()2574 oldflag = PyInt_AsLong(v); in PyFile_SoftSpace()2575 assert(oldflag < INT_MAX); in PyFile_SoftSpace()2587 return (int)oldflag; in PyFile_SoftSpace()