Lines Matching refs:change
35 static struct change *find_hunk (struct change *);
36 static void mark_ignorable (struct change *);
37 static void pr_context_hunk (struct change *);
38 static void pr_unidiff_hunk (struct change *);
91 print_context_script (struct change *script, bool unidiff) in print_context_script()
97 struct change *e; in print_context_script()
157 pr_context_hunk (struct change *hunk) in pr_context_hunk()
203 struct change *next = hunk; in pr_context_hunk()
232 struct change *next = hunk; in pr_context_hunk()
287 pr_unidiff_hunk (struct change *hunk) in pr_unidiff_hunk()
291 struct change *next; in pr_unidiff_hunk()
383 static struct change *
384 find_hunk (struct change *start) in find_hunk()
386 struct change *prev; in find_hunk()
424 mark_ignorable (struct change *script) in mark_ignorable()
428 struct change *next = script->link; in mark_ignorable()