Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c2559 long oldflag = 0; in PyFile_SoftSpace() local
2564 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()