ops               694 src/diffviewer/ydiff.c scan_line (const char *p, GArray * ops)
ops               754 src/diffviewer/ydiff.c     g_array_append_val (ops, op);
ops               769 src/diffviewer/ydiff.c scan_diff (FBUF * f, GArray * ops)
ops               782 src/diffviewer/ydiff.c             if (scan_line (buf, ops) != 0)
ops               790 src/diffviewer/ydiff.c     return ops->len;
ops               809 src/diffviewer/ydiff.c              GArray * ops)
ops               839 src/diffviewer/ydiff.c     rv = scan_diff (f, ops);
ops               895 src/diffviewer/ydiff.c dff_reparse (diff_place_t ord, const char *filename, const GArray * ops, DFUNC printer, void *ctx)
ops               927 src/diffviewer/ydiff.c     for (i = 0; i < ops->len; i++)
ops               931 src/diffviewer/ydiff.c         op = &g_array_index (ops, DIFFCMD, i);
ops              1690 src/diffviewer/ydiff.c     GArray *ops;
ops              1717 src/diffviewer/ydiff.c     ops = g_array_new (FALSE, FALSE, sizeof (DIFFCMD));
ops              1718 src/diffviewer/ydiff.c     ndiff = dff_execute (dview->args, extra, dview->file[DIFF_LEFT], dview->file[DIFF_RIGHT], ops);
ops              1721 src/diffviewer/ydiff.c         if (ops != NULL)
ops              1722 src/diffviewer/ydiff.c             g_array_free (ops, TRUE);
ops              1729 src/diffviewer/ydiff.c     rv |= dff_reparse (DIFF_LEFT, dview->file[DIFF_LEFT], ops, printer, &ctx);
ops              1733 src/diffviewer/ydiff.c     rv |= dff_reparse (DIFF_RIGHT, dview->file[DIFF_RIGHT], ops, printer, &ctx);
ops              1735 src/diffviewer/ydiff.c     if (ops != NULL)
ops              1736 src/diffviewer/ydiff.c         g_array_free (ops, TRUE);