Searched refs:head1 (Results 1 – 1 of 1) sorted by relevance
354 #define QSIMPLEQ_CONCAT(head1, head2) do { \ argument356 *(head1)->sqh_last = (head2)->sqh_first; \357 (head1)->sqh_last = (head2)->sqh_last; \362 #define QSIMPLEQ_PREPEND(head1, head2) do { \ argument364 *(head2)->sqh_last = (head1)->sqh_first; \365 (head1)->sqh_first = (head2)->sqh_first; \
Completed in 5 milliseconds