Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxprepare.c47 xdlclass_t **rcrecs; member
89 if (!(cf->rcrecs = (xdlclass_t **) xdl_malloc(cf->alloc * sizeof(xdlclass_t *)))) { in xdl_init_classifier()
104 xdl_free(cf->rcrecs); in xdl_free_classifier()
115 xdlclass_t **rcrecs; in xdl_classify_record() local
133 if (!(rcrecs = (xdlclass_t **) xdl_realloc(cf->rcrecs, cf->alloc * sizeof(xdlclass_t *)))) { in xdl_classify_record()
137 cf->rcrecs = rcrecs; in xdl_classify_record()
139 cf->rcrecs[rcrec->idx] = rcrec; in xdl_classify_record()
402 rcrec = cf->rcrecs[(*recs)->ha]; in xdl_cleanup_records()
410 rcrec = cf->rcrecs[(*recs)->ha]; in xdl_cleanup_records()