Searched refs:tf1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/cvs/diff/
H A Ded.c166 int tf0, tl0, tf1, tl1;
192 translate_range (&files[1], f1, l1, &tf1, &tl1);
195 (tl1 >= tf1 ? tl1 - tf1 + 1 : 1));
163 int tf0, tl0, tf1, tl1; local
/freebsd-9.3-release/contrib/diff/src/
H A Ded.c141 long int tf0, tl0, tf1, tl1;
165 translate_range (&files[1], f1, l1, &tf1, &tl1);
166 fprintf (outfile, "%ld %ld\n", tl0, tf1 <= tl1 ? tl1 - tf1 + 1 : 1);
138 long int tf0, tl0, tf1, tl1; local

Completed in 143 milliseconds