Searched refs:xrecord_t (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xprepare.c | 59 unsigned int hbits, xrecord_t *rec); 111 unsigned int hbits, xrecord_t *rec) { in xdl_classify_record() 166 xrecord_t *crec; in xdl_prepare_ctx() 167 xrecord_t **recs, **rrecs; in xdl_prepare_ctx() 168 xrecord_t **rhash; in xdl_prepare_ctx() 181 if (!(recs = (xrecord_t **) xdl_malloc(narec * sizeof(xrecord_t *)))) in xdl_prepare_ctx() 189 if (!(rhash = (xrecord_t **) xdl_malloc(hsize * sizeof(xrecord_t *)))) in xdl_prepare_ctx() 191 memset(rhash, 0, hsize * sizeof(xrecord_t *)); in xdl_prepare_ctx() 201 if (!(rrecs = (xrecord_t **) xdl_realloc(recs, narec * sizeof(xrecord_t *)))) in xdl_prepare_ctx() 387 xrecord_t **recs; in xdl_cleanup_records() [all …]
|
| H A D | xtypes.h | 46 } xrecord_t; typedef 52 xrecord_t **rhash; 54 xrecord_t **recs;
|
| H A D | xpatience.c | 91 xrecord_t **records = pass == 1 ? in insert_record() 93 xrecord_t *record = records[line - 1]; in insert_record() 254 xrecord_t *record1 = map->env->xdf1.recs[line1 - 1]; in match() 255 xrecord_t *record2 = map->env->xdf2.recs[line2 - 1]; in match()
|
| H A D | xdiffi.c | 393 static int recs_match(xrecord_t *rec1, xrecord_t *rec2, long flags) in recs_match() 414 static int xget_indent(xrecord_t *rec) in xget_indent() 1007 xrecord_t **rec; in xdl_mark_ignorable_lines() 1023 static int record_matches_regex(xrecord_t *rec, xpparam_t const *xpp) { 1041 xrecord_t **rec;
|
| H A D | xhistogram.c | 92 xrecord_t *r1, xrecord_t *r2) in cmp_recs()
|