PAIR             1063 src/diffviewer/ydiff.c                         PAIR *p = (PAIR *) g_array_index (ret, PAIR, k);
PAIR             1069 src/diffviewer/ydiff.c                         PAIR p2;
PAIR             1112 src/diffviewer/ydiff.c         ret = g_array_new (FALSE, TRUE, sizeof (PAIR));
PAIR             1119 src/diffviewer/ydiff.c             const PAIR *data = (const PAIR *) &g_array_index (ret, PAIR, 0);
PAIR             1120 src/diffviewer/ydiff.c             const PAIR *data2;
PAIR             1131 src/diffviewer/ydiff.c                 data = (const PAIR *) &g_array_index (ret, PAIR, k);
PAIR             1132 src/diffviewer/ydiff.c                 data2 = (const PAIR *) &g_array_index (ret, PAIR, k + 1);
PAIR             1140 src/diffviewer/ydiff.c             data = (const PAIR *) &g_array_index (ret, PAIR, k);