Lines Matching full:right
35 .right = &d_right, in test_minus_after_plus()
39 diff_atomize_text_by_line(NULL, result->right); in test_minus_after_plus()
48 diff_data_init_subsection(&state.right, result->right, in test_minus_after_plus()
49 result->right->atoms.head, in test_minus_after_plus()
50 result->right->atoms.len); in test_minus_after_plus()
55 &state.right.atoms.head[0], 2); in test_minus_after_plus()
60 &state.right.atoms.head[2], 3); in test_minus_after_plus()
65 &state.right.atoms.head[5], 0); in test_minus_after_plus()
70 &state.right.atoms.head[5], 2); 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()
113 .right = &d_right, in test_plus_after_plus()
117 diff_atomize_text_by_line(NULL, result->right); in test_plus_after_plus()
126 diff_data_init_subsection(&state.right, result->right, in test_plus_after_plus()
127 result->right->atoms.head, in test_plus_after_plus()
128 result->right->atoms.len); in test_plus_after_plus()
133 &state.right.atoms.head[0], 2); in test_plus_after_plus()
138 &state.right.atoms.head[2], 0); in test_plus_after_plus()
143 &state.right.atoms.head[2], 1); in test_plus_after_plus()
147 &state.right.atoms.head[3], 2); in test_plus_after_plus()
152 &state.right.atoms.head[5], 2); 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()