ops 686 src/diffviewer/ydiff.c scan_line (const char *p, GArray *ops) ops 746 src/diffviewer/ydiff.c g_array_append_val (ops, op); ops 761 src/diffviewer/ydiff.c scan_diff (FBUF *f, GArray *ops) ops 774 src/diffviewer/ydiff.c if (scan_line (buf, ops) != 0) ops 782 src/diffviewer/ydiff.c return ops->len; ops 800 src/diffviewer/ydiff.c dff_execute (const char *args, const char *extra, const char *file1, const char *file2, GArray *ops) ops 829 src/diffviewer/ydiff.c rv = scan_diff (f, ops); ops 885 src/diffviewer/ydiff.c dff_reparse (diff_place_t ord, const char *filename, const GArray *ops, DFUNC printer, void *ctx) ops 917 src/diffviewer/ydiff.c for (i = 0; i < ops->len; i++) ops 921 src/diffviewer/ydiff.c op = &g_array_index (ops, DIFFCMD, i); ops 1676 src/diffviewer/ydiff.c GArray *ops; ops 1703 src/diffviewer/ydiff.c ops = g_array_new (FALSE, FALSE, sizeof (DIFFCMD)); ops 1704 src/diffviewer/ydiff.c ndiff = dff_execute (dview->args, extra, dview->file[DIFF_LEFT], dview->file[DIFF_RIGHT], ops); ops 1707 src/diffviewer/ydiff.c if (ops != NULL) ops 1708 src/diffviewer/ydiff.c g_array_free (ops, TRUE); ops 1715 src/diffviewer/ydiff.c rv |= dff_reparse (DIFF_LEFT, dview->file[DIFF_LEFT], ops, printer, &ctx); ops 1719 src/diffviewer/ydiff.c rv |= dff_reparse (DIFF_RIGHT, dview->file[DIFF_RIGHT], ops, printer, &ctx); ops 1721 src/diffviewer/ydiff.c if (ops != NULL) ops 1722 src/diffviewer/ydiff.c g_array_free (ops, TRUE);