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

/vbox/src/bldprogs/
H A Dscmrw.cpp211 return rewrite_ForceEol(pState, pIn, pOut, pSettings, SCMEOL_LF, "native");
225 return rewrite_ForceEol(pState, pIn, pOut, pSettings, SCMEOL_LF, "LF");
301 if (ScmStreamGetEol(pIn) == SCMEOL_LF)
H A Dscmstream.h29 SCMEOL_LF = 1, enumerator in enum:SCMEOL
H A Dscmstream.cpp278 case SCMEOL_LF:
414 pStream->paLines[iLine].enmEol = *penmEol = SCMEOL_LF;
895 enmEol = SCMEOL_LF;
902 enmEol = SCMEOL_LF;
924 enmEol = SCMEOL_LF;
960 if (enmEol2 == SCMEOL_LF)
1005 if (enmEol == SCMEOL_LF)
1090 pStream->paLines[iLine].enmEol = SCMEOL_LF;
H A Dscmdiff.cpp93 else if (enmEol == SCMEOL_LF)

Completed in 63 milliseconds