Searched defs:_PREVASGN (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | utlist.h | 83 #define _PREVASGN(elt,list,to) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to); } macro 91 #define _PREVASGN(elt,list,to) ((elt)->prev)=(to) macro
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | utlist.h | 88 #define _PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to);… macro 96 #define _PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) macro
|