Searched refs:xdfenv_t (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xdiffi.h | 53 xdfenv_t *xe); 55 int xdl_build_script(xdfenv_t *xe, xdchange_t **xscr); 57 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, 60 xdfenv_t *env); 62 xdfenv_t *env);
|
| H A D | xpatience.c | 73 xdfenv_t *env; 143 xpparam_t const *xpp, xdfenv_t *env, in fill_hashmap() 260 xpparam_t const *xpp, xdfenv_t *env, 332 xpparam_t const *xpp, xdfenv_t *env, in patience_diff() 378 xpparam_t const *xpp, xdfenv_t *env) in xdl_do_patience_diff()
|
| H A D | xhistogram.c | 71 xdfenv_t *env; 234 static int fall_back_to_classic_diff(xpparam_t const *xpp, xdfenv_t *env, in fall_back_to_classic_diff() 254 static int find_lcs(xpparam_t const *xpp, xdfenv_t *env, in find_lcs() 316 static int histogram_diff(xpparam_t const *xpp, xdfenv_t *env, in histogram_diff() 378 xpparam_t const *xpp, xdfenv_t *env) in xdl_do_histogram_diff()
|
| H A D | xprepare.h | 29 xdfenv_t *xe); 30 void xdl_free_env(xdfenv_t *xe);
|
| H A D | xemit.h | 27 typedef int (*emit_func_t)(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, 31 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb,
|
| H A D | xdiffi.c | 313 xdfenv_t *xe) { in xdl_do_diff() 949 int xdl_build_script(xdfenv_t *xe, xdchange_t **xscr) { in xdl_build_script() 984 static int xdl_call_hunk_func(xdfenv_t *xe UNUSED, xdchange_t *xscr, xdemitcb_t *ecb, in xdl_call_hunk_func() 1001 static void xdl_mark_ignorable_lines(xdchange_t *xscr, xdfenv_t *xe, long flags) in xdl_mark_ignorable_lines() 1035 static void xdl_mark_ignorable_regex(xdchange_t *xscr, const xdfenv_t *xe, 1067 xdfenv_t xe; in xdl_diff()
|
| H A D | xemit.c | 142 static long get_func_line(xdfenv_t *xe, xdemitconf_t const *xecfg, 177 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, in xdl_emit_diff()
|
| H A D | xtypes.h | 63 } xdfenv_t; typedef
|
| H A D | xutils.h | 42 int xdl_fall_back_diff(xdfenv_t *diff_env, xpparam_t const *xpp,
|
| H A D | xutils.c | 405 int xdl_fall_back_diff(xdfenv_t *diff_env, xpparam_t const *xpp, in xdl_fall_back_diff() 417 xdfenv_t env; in xdl_fall_back_diff()
|
| H A D | xprepare.c | 263 xdfenv_t *xe) { in xdl_prepare_env() 315 void xdl_free_env(xdfenv_t *xe) { in xdl_free_env()
|