Home
last modified time | relevance | path

Searched defs:_PREVASGN (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libucl/uthash/
H A Dutlist.h88 #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