Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/src/
H A Danalyze.c562 ctxt.fdiag = xmalloc (diags * (2 * sizeof *ctxt.fdiag)); in diff_2_files()
563 ctxt.bdiag = ctxt.fdiag + diags; in diff_2_files()
564 ctxt.fdiag += cmp->file[1].nondiscarded_lines + 1; in diff_2_files()
583 free (ctxt.fdiag - (cmp->file[1].nondiscarded_lines + 1)); in diff_2_files()
/dragonfly/contrib/cvs-1.12/diff/
H A Danalyze.c37 static int *fdiag; /* Vector, indexed by diagonal, containing variable
102 int *const fd = fdiag; /* Give the compiler a chance. */
935 fdiag = (int *) xmalloc (diags * (2 * sizeof (int)));
936 bdiag = fdiag + diags;
937 fdiag += filevec[1].nondiscarded_lines + 1;
954 free (fdiag - (filevec[1].nondiscarded_lines + 1));
/dragonfly/contrib/diffutils/lib/
H A Ddiffseq.h117 OFFSET *fdiag; member
183 OFFSET *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag()