Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c2514 long oldflag = 0; in PyFile_SoftSpace() local
2519 oldflag = ((PyFileObject *)f)->f_softspace; in PyFile_SoftSpace()
2529 oldflag = PyInt_AsLong(v); in PyFile_SoftSpace()
2530 assert(oldflag < INT_MAX); in PyFile_SoftSpace()
2542 return (int)oldflag; in PyFile_SoftSpace()