Home | History | Annotate | Download | only in stdlib

Lines Matching defs:tp2

117 	u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2;
149 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
219 ICOPY_LIST(f2, tp2, b);
220 ICOPY_ELT(f1, tp2, i);
222 CCOPY_LIST(f2, tp2, b);
223 CCOPY_ELT(f1, tp2, i);
227 ICOPY_LIST(f1, tp2, b);
228 ICOPY_ELT(f2, tp2, i);
230 CCOPY_LIST(f1, tp2, b);
231 CCOPY_ELT(f2, tp2, i);
237 ICOPY_LIST(f2, tp2, l2);
239 CCOPY_LIST(f2, tp2, l2);
242 ICOPY_LIST(f1, tp2, l1);
244 CCOPY_LIST(f1, tp2, l1);
248 tp2 = list1; /* swap list1, list2 */
250 list2 = tp2;