Home | History | Annotate | Download | only in diff

Lines Matching refs:change

190 /* The result of comparison is an "edit script": a chain of `struct change'.
191 Each `struct change' represents one place where some lines are deleted
201 struct change
203 struct change *link; /* Previous or next edit command */
294 void print_context_script PARAMS((struct change *, int));
303 void print_ed_script PARAMS((struct change *));
304 void pr_forward_ed_script PARAMS((struct change *));
307 void print_ifdef_script PARAMS((struct change *));
315 void print_normal_script PARAMS((struct change *));
318 void print_rcs_script PARAMS((struct change *));
321 void print_sdiff_script PARAMS((struct change *));
331 struct change *find_change PARAMS((struct change *));
332 struct change *find_reverse_change PARAMS((struct change *));
333 void analyze_hunk PARAMS((struct change *, int *, int *, int *, int *, int *, int *));
335 void debug_script PARAMS((struct change *));
354 void print_script PARAMS((struct change *, struct change * (*) PARAMS((struct change *)), void (*) PARAMS((struct change *))));