Lines Matching refs:change
20 static struct change *find_hunk PARAMS((struct change *));
22 static void mark_ignorable PARAMS((struct change *));
23 static void pr_context_hunk PARAMS((struct change *));
24 static void pr_unidiff_hunk PARAMS((struct change *));
79 struct change *script;
86 struct change *e;
134 struct change *hunk;
137 struct change *next;
194 /* The change NEXT covers this line.
223 /* The change NEXT covers this line.
268 struct change *hunk;
271 struct change *next;
362 to the `struct change' for the last change before those lines. */
364 static struct change *
366 struct change *start;
368 struct change *prev;
396 /* Set the `ignore' flag properly in each change in SCRIPT.
397 It should be 1 if all the lines inserted or deleted in that change
402 struct change *script;
406 struct change *next = script->link;
409 /* Turn this change into a hunk: detach it from the others. */
412 /* Determine whether this change is ignorable. */
417 /* If the change is ignorable, mark it. */
420 /* Advance to the following change. */