Home
last modified time | relevance | path

Searched refs:context_matches_file (Results 1 – 2 of 2) sorted by relevance

/dports/devel/patch/patch-2.7.6/src/
H A Dmerge.c28 static bool context_matches_file (lin, lin);
32 #define EQUAL_IDX(x, y) (context_matches_file (x, y))
35 #define XVECREF_YVECREF_EQUAL(ctxt, x, y) (context_matches_file (x, y))
426 && context_matches_file (firstnew, lastwhere); in merge_hunk()
459 && context_matches_file (new - 1, lastwhere - 1); in merge_hunk()
537 context_matches_file (lin old, lin where) in context_matches_file() function
/dports/devel/patch/patch-2.7.6/
H A DChangeLog62 * src/common.h, src/merge.c (context_matches_file), src/patch.c