Home
last modified time | relevance | path

Searched refs:translate_range (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/diffutils/src/
H A Ded.c156 translate_range (&files[0], f0, l0, &tf0, &tl0); in print_rcs_hunk()
169 translate_range (&files[1], f1, l1, &tf1, &tl1); in print_rcs_hunk()
H A Dcontext.c131 translate_range (file, a, b, &trans_a, &trans_b); in print_context_number_range()
300 translate_range (file, a, b, &trans_a, &trans_b); in print_unidiff_number_range()
H A Ddiff.h408 extern void translate_range (struct file_data const *, lin, lin,
H A Dutil.c1407 translate_range (struct file_data const *file, in translate_range() function
1425 translate_range (file, a, b, &trans_a, &trans_b); in print_number_range()
/dragonfly/contrib/cvs-1.12/diff/
H A Ded.c172 translate_range (&files[0], f0, l0, &tf0, &tl0);
189 translate_range (&files[1], f1, l1, &tf1, &tl1);
H A Dcontext.c111 translate_range (file, a, b, &trans_a, &trans_b);
243 translate_range (file, a, b, &trans_a, &trans_b);
H A Ddiff.h351 void translate_range PARAMS((struct file_data const *, int, int, int *, int *));
H A Dutil.c700 translate_range (file, a, b, aptr, bptr) in translate_range() function
722 translate_range (file, a, b, &trans_a, &trans_b);