Searched defs:head1 (Results 1 – 3 of 3) sorted by relevance
/minix3/minix/lib/libmagicrt/include/common/ut/ |
H A D | utlist.h | 315 #define LL_CONCAT(head1,head2) \ argument 318 #define LL_CONCAT2(head1,head2,next) \ argument 524 #define DL_CONCAT(head1,head2) \ argument 527 #define DL_CONCAT2(head1,head2,prev,next) \ argument
|
/minix3/sys/sys/ |
H A D | queue.h | 214 #define LIST_MOVE(head1, head2) do { \ argument 383 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument 556 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 644 #define STAILQ_CONCAT(head1, head2) do { \ argument
|
/minix3/external/bsd/elftoolchain/dist/common/ |
H A D | _elftc.h | 89 #define STAILQ_CONCAT(head1, head2) do { \ argument
|