Home
last modified time | relevance | path

Searched refs:abCmpAll (Results 1 – 4 of 4) sorted by relevance

/dports/misc/jojodiff/jdiff081/src/
H A DJDiff.cpp156 const int aiAhdMax, const bool abCmpAll in JDiff() argument
161 mbCmpAll(abCmpAll), miSrcScn(aiSrcScn), in JDiff()
165 gpMch = new JMatchTable(gpHsh, mpFilOrg, mpFilNew, abCmpAll); in JDiff()
H A DJMatchTable.h39 …JMatchTable(JHashPos const * cpHsh, JFile * apFilOrg, JFile * apFilNew, const bool abCmpAll = t…
H A DJDiff.h173 const bool abCmpAll = true);
H A DJMatchTable.cpp61 …ashPos const * const cpHsh, JFile * const apFilOrg, JFile * const apFilNew, const bool abCmpAll) in JMatchTable() argument
62 : mpHsh(cpHsh), mpFilOrg(apFilOrg), mpFilNew(apFilNew), mbCmpAll(abCmpAll) in JMatchTable()