Home
last modified time | relevance | path

Searched refs:EQUAL_IDX (Results 1 – 3 of 3) sorted by relevance

/dports/devel/patch/patch-2.7.6/src/
H A Dbestmatch.h103 while (xoff < xlim && yoff < ylim && EQUAL_IDX (xoff, yoff)) in bestmatch()
138 x < xlim && y < ylim && EQUAL_IDX (x, y); in bestmatch()
166 #undef EQUAL_IDX
H A Dmerge.c32 #define EQUAL_IDX(x, y) (context_matches_file (x, y)) macro
/dports/devel/patch/patch-2.7.6/
H A DChangeLog-2011974 * diffseq.h: When an EQUAL_IDX macro is defined, use that instead