Searched refs:xdchange_t (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xdiffi.c | 376 static xdchange_t *xdl_add_change(xdchange_t *xscr, long i1, long i2, long chg1, long chg2) { in xdl_add_change() 377 xdchange_t *xch; in xdl_add_change() 379 if (!(xch = (xdchange_t *) xdl_malloc(sizeof(xdchange_t)))) in xdl_add_change() 949 int xdl_build_script(xdfenv_t *xe, xdchange_t **xscr) { in xdl_build_script() 950 xdchange_t *cscr = NULL, *xch; in xdl_build_script() 975 void xdl_free_script(xdchange_t *xscr) { in xdl_free_script() 976 xdchange_t *xch; in xdl_free_script() 987 xdchange_t *xch, *xche; in xdl_call_hunk_func() 1003 xdchange_t *xch; in xdl_mark_ignorable_lines() 1038 xdchange_t *xch; [all …]
|
| H A D | xemit.h | 27 typedef int (*emit_func_t)(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, 30 xdchange_t *xdl_get_hunk(xdchange_t **xscr, xdemitconf_t const *xecfg); 31 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb,
|
| H A D | xdiffi.h | 45 } xdchange_t; typedef 55 int xdl_build_script(xdfenv_t *xe, xdchange_t **xscr); 56 void xdl_free_script(xdchange_t *xscr); 57 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb,
|
| H A D | xemit.c | 52 xdchange_t *xdl_get_hunk(xdchange_t **xscr, xdemitconf_t const *xecfg) in xdl_get_hunk() 54 xdchange_t *xch, *xchp, *lxch; in xdl_get_hunk() 177 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, in xdl_emit_diff() 180 xdchange_t *xch, *xche; in xdl_emit_diff()
|