Searched refs:f_skipnextlf (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dfileobject.h37 int f_skipnextlf; /* Skip next \n */ member in struct:__anon2574
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dfileobject.h25 int f_skipnextlf; /* Skip next \n */ member in struct:__anon2681
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
H A Dfileobject.h36 int f_skipnextlf; /* Skip next \n */ member in struct:__anon2886
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dfileobject.h37 int f_skipnextlf; /* Skip next \n */ member in struct:__anon2988
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dfileobject.c165 f->f_skipnextlf = 0;
804 f->f_skipnextlf = 0;
940 if (f->f_skipnextlf) {
946 f->f_skipnextlf = 0;
1417 int skipnextlf = f->f_skipnextlf;
1464 f->f_skipnextlf = skipnextlf;
1486 f->f_skipnextlf = skipnextlf;
2745 skipnextlf = ((PyFileObject *)fobj)->f_skipnextlf;
2787 ((PyFileObject *)fobj)->f_skipnextlf = skipnextlf;
2833 skipnextlf = f->f_skipnextlf;
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dfileobject.c165 f->f_skipnextlf = 0;
790 f->f_skipnextlf = 0;
926 if (f->f_skipnextlf) {
932 f->f_skipnextlf = 0;
1392 int skipnextlf = f->f_skipnextlf;
1444 f->f_skipnextlf = skipnextlf;
2678 skipnextlf = ((PyFileObject *)fobj)->f_skipnextlf;
2720 ((PyFileObject *)fobj)->f_skipnextlf = skipnextlf;
2766 skipnextlf = f->f_skipnextlf;
2816 f->f_skipnextlf
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dbz2module.c114 int f_skipnextlf; /* Skip next \n */ member in struct:__anon3082
261 int skipnextlf = f->f_skipnextlf;
307 f->f_skipnextlf = skipnextlf;
359 skipnextlf = f->f_skipnextlf;
407 f->f_skipnextlf = skipnextlf;

Completed in 120 milliseconds