Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c2515 long oldflag = 0; in PyFile_SoftSpace() local
2520 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c2448 long oldflag = 0; in PyFile_SoftSpace() local
2453 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()