Home
last modified time | relevance | path

Searched refs:dis1 (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
396 dis1 = dis; in xdl_cleanup_records()
397 dis2 = dis1 + xdf1->nrec + 1; in xdl_cleanup_records()
404 dis1[i] = (nm == 0) ? 0: (nm >= mlim) ? 2: 1; in xdl_cleanup_records()
417 if (dis1[i] == 1 || in xdl_cleanup_records()
418 (dis1[i] == 2 && !xdl_clean_mmatch(dis1, i, xdf1->dstart, xdf1->dend))) { in xdl_cleanup_records()