Searched refs:xpparam_t (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xpatience.c | 74 xpparam_t const *xpp; 77 static int is_anchor(xpparam_t const *xpp, const char *line) in is_anchor() 88 static void insert_record(xpparam_t const *xpp, int line, struct hashmap *map, in insert_record() 143 xpparam_t const *xpp, xdfenv_t *env, in fill_hashmap() 260 xpparam_t const *xpp, xdfenv_t *env, 316 xpparam_t xpp; in fall_back_to_classic_diff() 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 | 72 xpparam_t const *xpp; 91 static int cmp_recs(xpparam_t const *xpp, in cmp_recs() 234 static int fall_back_to_classic_diff(xpparam_t const *xpp, xdfenv_t *env, in fall_back_to_classic_diff() 237 xpparam_t xpparam; 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 | xdiffi.h | 52 int xdl_do_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, 59 int xdl_do_patience_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, 61 int xdl_do_histogram_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp,
|
| H A D | xdiff.h | 92 } xpparam_t; typedef 135 int xdl_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, 139 xpparam_t xpp;
|
| H A D | xprepare.c | 60 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp, 160 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp, in xdl_prepare_ctx() 262 int xdl_prepare_env(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, in xdl_prepare_env()
|
| H A D | xdiffi.c | 312 int xdl_do_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, in xdl_do_diff() 1023 static int record_matches_regex(xrecord_t *rec, xpparam_t const *xpp) { 1036 xpparam_t const *xpp) 1064 int xdl_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, in xdl_diff()
|
| H A D | xprepare.h | 28 int xdl_prepare_env(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp,
|
| 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()
|
| /vim-8.2.3635/src/ |
| H A D | diff.c | 1100 xpparam_t param; in diff_file_internal()
|