HomeSort by relevance Sort by last modified time
    Searched refs:skipnextlf (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Objects/
fileobject.c 241 int skipnextlf = 0; local
250 if (skipnextlf ) {
251 skipnextlf = 0;
253 /* Seeing a \n here with skipnextlf true
273 skipnextlf = 1;
281 /* if ( c == EOF && skipnextlf )
285 if ( skipnextlf ) {
287 ** skipnextlf flag. We have to readahead, which
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1417 int skipnextlf = f->f_skipnextlf; local
2733 int skipnextlf = 0; local
2821 int newlinetypes, skipnextlf; local
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1436 int skipnextlf = f->f_skipnextlf; local
2777 int skipnextlf = 0; local
2865 int newlinetypes, skipnextlf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1392 int skipnextlf = f->f_skipnextlf; local
2666 int skipnextlf = 0; local
2754 int newlinetypes, skipnextlf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 261 int skipnextlf = f->f_skipnextlf; local
279 if (skipnextlf) {
280 skipnextlf = 0;
282 /* Seeing a \n here with skipnextlf true means we
295 skipnextlf = 1;
303 if (univ_newline && bzerror == BZ_STREAM_END && skipnextlf)
307 f->f_skipnextlf = skipnextlf;
350 int newlinetypes, skipnextlf; local
359 skipnextlf = f->f_skipnextlf;
378 skipnextlf = 1;
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 249 int skipnextlf = f->f_skipnextlf; local
267 if (skipnextlf) {
268 skipnextlf = 0;
270 /* Seeing a \n here with skipnextlf true means we
283 skipnextlf = 1;
291 if (univ_newline && bzerror == BZ_STREAM_END && skipnextlf)
295 f->f_skipnextlf = skipnextlf;
338 int newlinetypes, skipnextlf; local
347 skipnextlf = f->f_skipnextlf;
366 skipnextlf = 1
    [all...]

Completed in 264 milliseconds