Lines Matching defs:next
85 #define _NEXT(elt,list,next) ((char*)((list)->next)) argument
86 #define _NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to);… argument
93 #define _NEXT(elt,list,next) ((elt)->next) argument
94 #define _NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
108 #define LL_SORT2(list, cmp, next) \ argument
171 #define DL_SORT2(list, cmp, prev, next) \ argument
233 #define CDL_SORT2(list, cmp, prev, next) \ argument
312 #define LL_PREPEND2(head,add,next) \ argument
321 #define LL_CONCAT2(head1,head2,next) \ argument
336 #define LL_APPEND2(head,add,next) \ argument
352 #define LL_DELETE2(head,del,next) \ argument
372 #define LL_APPEND2_VS2008(head,add,next) \ argument
387 #define LL_DELETE2_VS2008(head,del,next) \ argument
422 #define LL_COUNT2(head,el,counter,next) \ argument
431 #define LL_FOREACH2(head,el,next) \ argument
437 #define LL_FOREACH_SAFE2(head,el,tmp,next) \ argument
443 #define LL_SEARCH_SCALAR2(head,out,field,val,next) \ argument
453 #define LL_SEARCH2(head,out,elt,cmp,next) \ argument
507 #define DL_PREPEND2(head,add,prev,next) \ argument
522 #define DL_APPEND2(head,add,prev,next) \ argument
539 #define DL_CONCAT2(head1,head2,prev,next) \ argument
557 #define DL_DELETE2(head,del,prev,next) \ argument
578 #define DL_COUNT2(head,el,counter,next) \ argument
587 #define DL_FOREACH2(head,el,next) \ argument
594 #define DL_FOREACH_SAFE2(head,el,tmp,next) \ argument
651 #define CDL_PREPEND2(head,add,prev,next) \ argument
668 #define CDL_DELETE2(head,del,prev,next) \ argument
682 #define CDL_COUNT2(head, el, counter,next) \ argument
691 #define CDL_FOREACH2(head,el,next) \ argument
697 #define CDL_FOREACH_SAFE2(head,el,tmp1,tmp2,prev,next) \ argument
705 #define CDL_SEARCH_SCALAR2(head,out,field,val,next) \ argument
715 #define CDL_SEARCH2(head,out,elt,cmp,next) \ argument