Searched refs:NEWLINE_CR (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dbz2module.c80 #define NEWLINE_CR 1 /* \r newline seen */ macro
279 newlinetypes |= NEWLINE_CR;
292 newlinetypes |= NEWLINE_CR;
382 newlinetypes |= NEWLINE_CR;
390 newlinetypes |= NEWLINE_CR;
1289 case NEWLINE_CR:
1293 case NEWLINE_CR|NEWLINE_LF:
1297 case NEWLINE_CR|NEWLINE_CRLF:
1301 case NEWLINE_CR|NEWLINE_LF|NEWLINE_CRLF:
/external/python/cpython2/Objects/
H A Dfileobject.c41 #define NEWLINE_CR 1 /* \r newline seen */ macro
1446 newlinetypes |= NEWLINE_CR;
1474 newlinetypes |= NEWLINE_CR;
2165 case NEWLINE_CR:
2169 case NEWLINE_CR|NEWLINE_LF:
2173 case NEWLINE_CR|NEWLINE_CRLF:
2177 case NEWLINE_CR|NEWLINE_LF|NEWLINE_CRLF:
2764 newlinetypes |= NEWLINE_CR;
2781 newlinetypes |= NEWLINE_CR;
2869 newlinetypes |= NEWLINE_CR;
[all...]

Completed in 115 milliseconds