Searched refs:oldflag (Results 1 – 2 of 2) sorted by relevance
2515 long oldflag = 0; in PyFile_SoftSpace() local2520 oldflag = ((PyFileObject *)f)->f_softspace; in PyFile_SoftSpace()2530 oldflag = PyInt_AsLong(v); in PyFile_SoftSpace()2531 assert(oldflag < INT_MAX); in PyFile_SoftSpace()2543 return (int)oldflag; in PyFile_SoftSpace()
2448 long oldflag = 0; in PyFile_SoftSpace() local2453 oldflag = ((PyFileObject *)f)->f_softspace; in PyFile_SoftSpace()2463 oldflag = PyInt_AsLong(v); in PyFile_SoftSpace()2464 assert(oldflag < INT_MAX); in PyFile_SoftSpace()2476 return (int)oldflag; in PyFile_SoftSpace()