PAIR 1095 src/diffviewer/ydiff.c PAIR *p = (PAIR *) g_array_index (ret, PAIR, k); PAIR 1101 src/diffviewer/ydiff.c PAIR p2; PAIR 1144 src/diffviewer/ydiff.c ret = g_array_new (FALSE, TRUE, sizeof (PAIR)); PAIR 1153 src/diffviewer/ydiff.c const PAIR *data = (const PAIR *) &g_array_index (ret, PAIR, 0); PAIR 1154 src/diffviewer/ydiff.c const PAIR *data2; PAIR 1165 src/diffviewer/ydiff.c data = (const PAIR *) &g_array_index (ret, PAIR, k); PAIR 1166 src/diffviewer/ydiff.c data2 = (const PAIR *) &g_array_index (ret, PAIR, k + 1); PAIR 1174 src/diffviewer/ydiff.c data = (const PAIR *) &g_array_index (ret, PAIR, k);