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

/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsdiff.c376 lf_copy (struct line_filter *lf, lin lines, FILE *outfile)
973 lf_copy (left, llen, outfile);
977 lf_copy (right, rlen, outfile);
1017 lf_copy (left, llen, tmp);
1038 lf_copy (right, rlen, tmp);
1162 lf_copy (diff, lenmax, stdout);
1164 lf_copy (left, llen, outfile);
1169 lf_copy (diff, lenmax, stdout);
375 lf_copy (struct line_filter *lf, lin lines, FILE *outfile) function

Completed in 152 milliseconds