Searched refs:SCMEOL_CRLF (Results 1 - 4 of 4) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.h30 SCMEOL_CRLF = 2 enumerator in enum:SCMEOL
H A Dscmstream.cpp281 case SCMEOL_CRLF:
417 pStream->paLines[iLine].enmEol = *penmEol = SCMEOL_CRLF;
893 enmEol = SCMEOL_CRLF;
900 enmEol = SCMEOL_CRLF;
922 enmEol = SCMEOL_CRLF;
1007 else if (enmEol == SCMEOL_CRLF)
1093 pStream->paLines[iLine].enmEol = SCMEOL_CRLF;
H A Dscmrw.cpp209 return rewrite_ForceEol(pState, pIn, pOut, pSettings, SCMEOL_CRLF, "native");
238 return rewrite_ForceEol(pState, pIn, pOut, pSettings, SCMEOL_CRLF, "CRLF");
H A Dscmdiff.cpp95 else if (enmEol == SCMEOL_CRLF)

Completed in 704 milliseconds