Lines Matching refs:change
455 struct change *
456 find_change (struct change *start) in find_change()
461 struct change *
462 find_reverse_change (struct change *start) in find_reverse_change()
479 print_script (struct change *script, in print_script() argument
480 struct change * (*hunkfun) (struct change *), in print_script()
481 void (*printfun) (struct change *)) in print_script()
483 struct change *next = script; in print_script()
487 struct change *this, *end; in print_script()
653 analyze_hunk (struct change *hunk, in analyze_hunk()
657 struct change *next; in analyze_hunk()
760 debug_script (struct change *sp) in debug_script()