tp2               110 main/mergesort.c 	register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2;
tp2               139 main/mergesort.c 	    for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
tp2               197 main/mergesort.c 	    				ICOPY_LIST(f2, tp2, b);
tp2               198 main/mergesort.c 	    				ICOPY_ELT(f1, tp2, i);
tp2               200 main/mergesort.c 	    				CCOPY_LIST(f2, tp2, b);
tp2               201 main/mergesort.c 	    				CCOPY_ELT(f1, tp2, i);
tp2               205 main/mergesort.c 	    				ICOPY_LIST(f1, tp2, b);
tp2               206 main/mergesort.c 	    				ICOPY_ELT(f2, tp2, i);
tp2               208 main/mergesort.c 	    				CCOPY_LIST(f1, tp2, b);
tp2               209 main/mergesort.c 	    				CCOPY_ELT(f2, tp2, i);
tp2               215 main/mergesort.c 	    			ICOPY_LIST(f2, tp2, l2);
tp2               217 main/mergesort.c 	    			CCOPY_LIST(f2, tp2, l2);
tp2               220 main/mergesort.c 	    			ICOPY_LIST(f1, tp2, l1);
tp2               222 main/mergesort.c 	    			CCOPY_LIST(f1, tp2, l1);
tp2               226 main/mergesort.c 	    tp2 = list1;	/* swap list1, list2 */
tp2               228 main/mergesort.c 	    list2 = tp2;