Searched refs:xdemitcb_t (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| 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 | xutils.h | 30 xdemitcb_t *ecb); 41 const char *func, long funclen, xdemitcb_t *ecb);
|
| H A D | xdiff.h | 101 } xdemitcb_t; typedef 136 xdemitconf_t const *xecfg, xdemitcb_t *ecb);
|
| H A D | xutils.c | 40 xdemitcb_t *ecb) { in xdl_emit_diffrec() 345 xdemitcb_t *ecb) { in xdl_format_hunk_hdr() 394 xdemitcb_t *ecb) { in xdl_emit_hunk_hdr()
|
| H A D | xemit.c | 33 static int xdl_emit_record(xdfile_t *xdf, long ri, char const *pre, xdemitcb_t *ecb) { in xdl_emit_record() 177 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, in xdl_emit_diff()
|
| H A D | xdiffi.h | 57 int xdl_emit_diff(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb,
|
| H A D | xdiffi.c | 984 static int xdl_call_hunk_func(xdfenv_t *xe UNUSED, xdchange_t *xscr, xdemitcb_t *ecb, in xdl_call_hunk_func() 1065 xdemitconf_t const *xecfg, xdemitcb_t *ecb) { in xdl_diff()
|
| /vim-8.2.3635/src/ |
| H A D | diff.c | 1102 xdemitcb_t emit_cb; in diff_file_internal()
|