Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c40 #define NEWLINE_UNKNOWN 0 /* No newline seen, yet */ macro
164 f->f_newlinetypes = NEWLINE_UNKNOWN; in fill_file_fields()
2162 case NEWLINE_UNKNOWN: in get_newlines()
/external/python/cpython2/Modules/
Dbz2module.c79 #define NEWLINE_UNKNOWN 0 /* No newline seen, yet */ macro
1286 case NEWLINE_UNKNOWN: in BZ2File_get_newlines()