Searched refs:xdl_clean_mmatch (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xprepare.c | 63 static int xdl_clean_mmatch(char const *dis, long i, long s, long e); 322 static int xdl_clean_mmatch(char const *dis, long i, long s, long e) { in xdl_clean_mmatch() function 418 (dis1[i] == 2 && !xdl_clean_mmatch(dis1, i, xdf1->dstart, xdf1->dend))) { in xdl_cleanup_records() 430 (dis2[i] == 2 && !xdl_clean_mmatch(dis2, i, xdf2->dstart, xdf2->dend))) { in xdl_cleanup_records()
|