PAIR 1059 src/diffviewer/ydiff.c PAIR *p = (PAIR *) g_array_index (ret, PAIR, k); PAIR 1065 src/diffviewer/ydiff.c PAIR p2; PAIR 1108 src/diffviewer/ydiff.c ret = g_array_new (FALSE, TRUE, sizeof (PAIR)); PAIR 1115 src/diffviewer/ydiff.c const PAIR *data = (const PAIR *) &g_array_index (ret, PAIR, 0); PAIR 1116 src/diffviewer/ydiff.c const PAIR *data2; PAIR 1127 src/diffviewer/ydiff.c data = (const PAIR *) &g_array_index (ret, PAIR, k); PAIR 1128 src/diffviewer/ydiff.c data2 = (const PAIR *) &g_array_index (ret, PAIR, k + 1); PAIR 1136 src/diffviewer/ydiff.c data = (const PAIR *) &g_array_index (ret, PAIR, k);