Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c100 int *fdiag; member
175 int *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag()
654 ctxt.fdiag = buffer + ctxt.string[1].data_length + 1; in gl_once_define()
655 ctxt.bdiag = ctxt.fdiag + fdiag_len; in gl_once_define()
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c100 int *fdiag; member
175 int *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag()
654 ctxt.fdiag = buffer + ctxt.string[1].data_length + 1; in gl_once_define()
655 ctxt.bdiag = ctxt.fdiag + fdiag_len; in gl_once_define()
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c100 int *fdiag; member
175 int *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag()
654 ctxt.fdiag = buffer + ctxt.string[1].data_length + 1; in gl_once_define()
655 ctxt.bdiag = ctxt.fdiag + fdiag_len; in gl_once_define()
/netbsd/external/gpl2/diffutils/dist/src/
H A Danalyze.c45 static lin *fdiag; /* Vector, indexed by diagonal, containing variable
100 lin *const fd = fdiag; /* Give the compiler a chance. */ in diag()
919 fdiag = xmalloc (diags * (2 * sizeof *fdiag)); in diff_2_files()
920 bdiag = fdiag + diags; in diff_2_files()
921 fdiag += cmp->file[1].nondiscarded_lines + 1; in diff_2_files()
937 free (fdiag - (cmp->file[1].nondiscarded_lines + 1)); in diff_2_files()
/netbsd/external/gpl2/xcvs/dist/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));
H A Ddiagmeet.note4 (so that bdiag[d] and fdiag[d] are not equal)
/netbsd/external/gpl2/diffutils/dist/doc/
H A Ddiagmeet.note4 (so that bdiag[d] and fdiag[d] are not equal)