Searched defs:fIgnoreEol (Results 1 - 2 of 2) sorted by relevance

/vbox/src/bldprogs/
H A Dscmdiff.h38 bool fIgnoreEol; member in struct:SCMDIFFSTATE
54 size_t ScmDiffStreams(const char *pszFilename, PSCMSTREAM pLeft, PSCMSTREAM pRight, bool fIgnoreEol,
H A Dscmdiff.cpp219 || (enmEolLeft != enmEolRight && !pState->fIgnoreEol)
235 || (enmEolLeft != enmEolRight && !pState->fIgnoreEol)
365 * @param fIgnoreEol Whether to ignore end of line markers.
373 size_t ScmDiffStreams(const char *pszFilename, PSCMSTREAM pLeft, PSCMSTREAM pRight, bool fIgnoreEol, argument
390 State.fIgnoreEol = fIgnoreEol;

Completed in 42 milliseconds