Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxemit.h28 xdemitconf_t const *xecfg);
30 xdchange_t *xdl_get_hunk(xdchange_t **xscr, xdemitconf_t const *xecfg);
32 xdemitconf_t const *xecfg);
H A Dxemit.c52 xdchange_t *xdl_get_hunk(xdchange_t **xscr, xdemitconf_t const *xecfg) in xdl_get_hunk()
117 static long match_func_rec(xdfile_t *xdf, xdemitconf_t const *xecfg, long ri,
129 static int is_func_rec(xdfile_t *xdf, xdemitconf_t const *xecfg, long ri)
142 static long get_func_line(xdfenv_t *xe, xdemitconf_t const *xecfg,
178 xdemitconf_t const *xecfg) { in xdl_emit_diff()
H A Dxdiff.h116 } xdemitconf_t; typedef
136 xdemitconf_t const *xecfg, xdemitcb_t *ecb);
H A Dxdiffi.h58 xdemitconf_t const *xecfg);
H A Dxdiffi.c985 xdemitconf_t const *xecfg) in xdl_call_hunk_func()
1065 xdemitconf_t const *xecfg, xdemitcb_t *ecb) { in xdl_diff()
/vim-8.2.3635/src/
H A Ddiff.c1101 xdemitconf_t emit_cfg; in diff_file_internal()