Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c2513 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() argument
2521 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()
2534 v = PyInt_FromLong((long)newflag); in PyFile_SoftSpace()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c2446 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() argument
2454 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()
2467 v = PyInt_FromLong((long)newflag); in PyFile_SoftSpace()