PAIR             1061 src/diffviewer/ydiff.c                         PAIR *p = (PAIR *) g_array_index (ret, PAIR, k);
PAIR             1067 src/diffviewer/ydiff.c                         PAIR p2;
PAIR             1110 src/diffviewer/ydiff.c         ret = g_array_new (FALSE, TRUE, sizeof (PAIR));
PAIR             1117 src/diffviewer/ydiff.c             const PAIR *data = (const PAIR *) &g_array_index (ret, PAIR, 0);
PAIR             1118 src/diffviewer/ydiff.c             const PAIR *data2;
PAIR             1129 src/diffviewer/ydiff.c                 data = (const PAIR *) &g_array_index (ret, PAIR, k);
PAIR             1130 src/diffviewer/ydiff.c                 data2 = (const PAIR *) &g_array_index (ret, PAIR, k + 1);
PAIR             1138 src/diffviewer/ydiff.c             data = (const PAIR *) &g_array_index (ret, PAIR, k);