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

/vbox/src/bldprogs/
H A Dscmdiff.cpp195 * Helper for scmDiffCompare that takes care of trailing spaces and stuff
230 DECLINLINE(bool) scmDiffCompare(PSCMDIFFSTATE pState, function
269 if (!scmDiffCompare(pState, pchLeft, cchLeft, enmEolLeft, pchRight, cchRight, enmEolRight))
315 if ( scmDiffCompare(pState, pchLine, cchLine, enmEol, pchRight, cchRight, enmEolRight)
340 if ( scmDiffCompare(pState, pchLeft, cchLeft, enmEolLeft, pchLine, cchLine, enmEol)
417 if (!scmDiffCompare(&State, pchLeft, cchLeft, enmEolLeft, pchRight, cchRight, enmEolRight))

Completed in 44 milliseconds