Lines Matching refs:tp2
118 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in mergesort_b() local
143 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort_b()
201 ICOPY_LIST(f2, tp2, b); in mergesort_b()
202 ICOPY_ELT(f1, tp2, i); in mergesort_b()
204 CCOPY_LIST(f2, tp2, b); in mergesort_b()
205 CCOPY_ELT(f1, tp2, i); in mergesort_b()
209 ICOPY_LIST(f1, tp2, b); in mergesort_b()
210 ICOPY_ELT(f2, tp2, i); in mergesort_b()
212 CCOPY_LIST(f1, tp2, b); in mergesort_b()
213 CCOPY_ELT(f2, tp2, i); in mergesort_b()
219 ICOPY_LIST(f2, tp2, l2); in mergesort_b()
221 CCOPY_LIST(f2, tp2, l2); in mergesort_b()
224 ICOPY_LIST(f1, tp2, l1); in mergesort_b()
226 CCOPY_LIST(f1, tp2, l1); in mergesort_b()
230 tp2 = list1; /* swap list1, list2 */ in mergesort_b()
232 list2 = tp2; in mergesort_b()