Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c18 #define NEWLINE_UNKNOWN 0 /* No newline seen, yet */ macro
/external/python/cpython2/Objects/
Dfileobject.c40 #define NEWLINE_UNKNOWN 0 /* No newline seen, yet */ macro
169 f->f_newlinetypes = NEWLINE_UNKNOWN; in fill_file_fields()
2183 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()