Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxprepare.c114 xdlclass_t *rcrec; in xdl_classify_record() local
119 for (rcrec = cf->rchash[hi]; rcrec; rcrec = rcrec->next) in xdl_classify_record()
121 xdl_recmatch(rcrec->line, rcrec->size, in xdl_classify_record()
125 if (!rcrec) { in xdl_classify_record()
139 cf->rcrecs[rcrec->idx] = rcrec; in xdl_classify_record()
140 rcrec->line = line; in xdl_classify_record()
143 rcrec->len1 = rcrec->len2 = 0; in xdl_classify_record()
148 (pass == 1) ? rcrec->len1++ : rcrec->len2++; in xdl_classify_record()
388 xdlclass_t *rcrec; in xdl_cleanup_records() local
403 nm = rcrec ? rcrec->len2 : 0; in xdl_cleanup_records()
[all …]