Home
last modified time | relevance | path

Searched refs:lua_longassert (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dllimits.h61 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
65 #define lua_longassert(c) ((void)0) macro
H A Dlobject.h178 lua_longassert(!iscollectable(obj) || \
H A Dlgc.c71 lua_longassert(!iscollectable(obj) || righttt(obj))
/freebsd-13.1/contrib/lua/src/
H A Dllimits.h99 #define lua_longassert(c) ((c) ? (void)0 : lua_assert(0)) macro
103 #define lua_longassert(c) ((void)0) macro
H A Dlobject.h105 ((void)L, lua_longassert(!iscollectable(obj) || \