Lines Matching refs:tp2
115 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in mergesort_b() local
140 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort_b()
198 ICOPY_LIST(f2, tp2, b); in mergesort_b()
199 ICOPY_ELT(f1, tp2, i); in mergesort_b()
201 CCOPY_LIST(f2, tp2, b); in mergesort_b()
202 CCOPY_ELT(f1, tp2, i); in mergesort_b()
206 ICOPY_LIST(f1, tp2, b); in mergesort_b()
207 ICOPY_ELT(f2, tp2, i); in mergesort_b()
209 CCOPY_LIST(f1, tp2, b); in mergesort_b()
210 CCOPY_ELT(f2, tp2, i); in mergesort_b()
216 ICOPY_LIST(f2, tp2, l2); in mergesort_b()
218 CCOPY_LIST(f2, tp2, l2); in mergesort_b()
221 ICOPY_LIST(f1, tp2, l1); in mergesort_b()
223 CCOPY_LIST(f1, tp2, l1); in mergesort_b()
227 tp2 = list1; /* swap list1, list2 */ in mergesort_b()
229 list2 = tp2; in mergesort_b()