Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Ded.c138 long int tf0, tl0, tf1, tl1; in print_rcs_hunk() local
147 translate_range (&files[0], f0, l0, &tf0, &tl0); in print_rcs_hunk()
154 fprintf (outfile, "%ld %ld\n", tf0, tf0 <= tl0 ? tl0 - tf0 + 1 : 1); in print_rcs_hunk()