Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h28 int f_softspace; /* Flag used by 'print' command */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h28 int f_softspace; /* Flag used by 'print' command */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h27 int f_softspace; /* Flag used by 'print' command */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h16 int f_softspace; /* Flag used by 'print' command */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c160 f->f_softspace = 0; in fill_file_fields()
1786 f->f_softspace = 0; in file_write()
1898 f->f_softspace = 0; in file_writelines()
2126 return PyInt_FromLong(f->f_softspace); in get_softspace()
2145 f->f_softspace = new; in set_softspace()
2453 oldflag = ((PyFileObject *)f)->f_softspace; in PyFile_SoftSpace()
2454 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c160 f->f_softspace = 0; in fill_file_fields()
1849 f->f_softspace = 0; in file_write()
1966 f->f_softspace = 0; in file_writelines()
2194 return PyInt_FromLong(f->f_softspace); in get_softspace()
2213 f->f_softspace = new; in set_softspace()
2520 oldflag = ((PyFileObject *)f)->f_softspace; in PyFile_SoftSpace()
2521 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c110 int f_softspace; /* Flag used by 'print' command */ member
854 self->f_softspace = 0; in BZ2File_write()
976 self->f_softspace = 0; in BZ2File_writelines()
1356 {"softspace", T_INT, OFF(f_softspace), 0,