Searched refs:CCOPY_LIST (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/libc/stdlib/ |
| H A D | merge.c | 79 #define CCOPY_LIST(src, dst, last) \ macro 201 CCOPY_LIST(f2, tp2, b); in mergesort_b() 209 CCOPY_LIST(f1, tp2, b); in mergesort_b() 218 CCOPY_LIST(f2, tp2, l2); in mergesort_b() 223 CCOPY_LIST(f1, tp2, l1); in mergesort_b()
|