Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxpatience.c47 struct hashmap { struct
88 static void insert_record(xpparam_t const *xpp, int line, struct hashmap *map, in insert_record() argument
144 struct hashmap *result, in fill_hashmap()
201 static struct entry *find_longest_common_sequence(struct hashmap *map) in find_longest_common_sequence()
252 static int match(struct hashmap *map, int line1, int line2) in match()
263 static int walk_common_sequence(struct hashmap *map, struct entry *first, in walk_common_sequence()
313 static int fall_back_to_classic_diff(struct hashmap *map, in fall_back_to_classic_diff()
335 struct hashmap map; in patience_diff()