Searched refs:diff_atom_root_idx (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/libdiff/test/ |
| H A D | results_test.c | 82 (long long)(c->left_start ? diff_atom_root_idx(result->left, c->left_start) : -1LL), in test_minus_after_plus() 83 (long long)(c->right_start ? diff_atom_root_idx(result->right, c->right_start) : -1LL)); in test_minus_after_plus() 164 (long long)(c->left_start ? diff_atom_root_idx(result->left, c->left_start) : -1LL), in test_plus_after_plus() 165 (long long)(c->right_start ? diff_atom_root_idx(result->right, c->right_start) : -1LL)); in test_plus_after_plus()
|
| /src/contrib/libdiff/lib/ |
| H A D | diff_output_unidiff.c | 55 int left_start = diff_atom_root_idx(r->left, c->left_start); in diff_chunk_get_left_start() 72 int right_start = diff_atom_root_idx(r->right, c->right_start); in diff_chunk_get_right_start() 313 chunk_start_line = diff_atom_root_idx(result->left, in output_unidiff_chunk() 397 chunk_end_line = diff_atom_root_idx(result->left, in output_unidiff_chunk() 530 c->left_start ? diff_atom_root_idx(result->left, c->left_start) : -1, in diff_output_unidiff() 531 c->right_start ? diff_atom_root_idx(result->right, c->right_start) : -1); in diff_output_unidiff() 532 assert(check_left_pos == diff_atom_root_idx(result->left, c->left_start)); in diff_output_unidiff() 533 assert(check_right_pos == diff_atom_root_idx(result->right, c->right_start)); in diff_output_unidiff()
|
| H A D | diff_output.c | 325 int atom_idx = diff_atom_root_idx(data, atom); in diff_output_match_function_prototype() 360 *last_prototype_idx = diff_atom_root_idx(data, start_atom); in diff_output_match_function_prototype()
|
| H A D | diff_debug.h | 49 print(" %3u '", diff_atom_root_idx(left, atom)); in dump_atom()
|
| /src/contrib/libdiff/include/ |
| H A D | diff_main.h | 59 #define diff_atom_root_idx(DIFF_DATA, ATOM) \ macro
|