Lines Matching full:left
34 .left = &d_left, in test_minus_after_plus()
38 diff_atomize_text_by_line(NULL, result->left); in test_minus_after_plus()
45 diff_data_init_subsection(&state.left, result->left, in test_minus_after_plus()
46 result->left->atoms.head, in test_minus_after_plus()
47 result->left->atoms.len); in test_minus_after_plus()
54 &state.left.atoms.head[0], 2, in test_minus_after_plus()
59 &state.left.atoms.head[2], 0, in test_minus_after_plus()
64 &state.left.atoms.head[2], 3, in test_minus_after_plus()
69 &state.left.atoms.head[5], 2, in test_minus_after_plus()
82 (long long)(c->left_start ? diff_atom_root_idx(result->left, c->left_start) : -1LL), in test_minus_after_plus()
112 .left = &d_left, in test_plus_after_plus()
116 diff_atomize_text_by_line(NULL, result->left); in test_plus_after_plus()
123 diff_data_init_subsection(&state.left, result->left, in test_plus_after_plus()
124 result->left->atoms.head, in test_plus_after_plus()
125 result->left->atoms.len); in test_plus_after_plus()
132 &state.left.atoms.head[0], 2, in test_plus_after_plus()
137 &state.left.atoms.head[2], 3, in test_plus_after_plus()
142 &state.left.atoms.head[5], 0, in test_plus_after_plus()
146 &state.left.atoms.head[5], 0, in test_plus_after_plus()
151 &state.left.atoms.head[5], 2, in test_plus_after_plus()
164 (long long)(c->left_start ? diff_atom_root_idx(result->left, c->left_start) : -1LL), in test_plus_after_plus()