Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxprepare.c389 char *dis, *dis1, *dis2; in xdl_cleanup_records() local
397 dis2 = dis1 + xdf1->nrec + 1; in xdl_cleanup_records()
412 dis2[i] = (nm == 0) ? 0: (nm >= mlim) ? 2: 1; in xdl_cleanup_records()
429 if (dis2[i] == 1 || in xdl_cleanup_records()
430 (dis2[i] == 2 && !xdl_clean_mmatch(dis2, i, xdf2->dstart, xdf2->dend))) { in xdl_cleanup_records()