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

/freebsd-11-stable/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

Completed in 106 milliseconds