Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dllimits.h89 #define lua_longassert(c) ((c) ? (void)0 : lua_assert(0)) macro
93 #define lua_longassert(c) ((void)0) macro
H A Dlobject.h191 lua_longassert(!iscollectable(obj) || \
H A Dlgc.c80 lua_longassert(!iscollectable(obj) || righttt(obj))
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllimits.h62 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
66 #define lua_longassert(c) ((void)0) macro
H A Dlobject.h179 lua_longassert(!iscollectable(obj) || \
H A Dlgc.c72 lua_longassert(!iscollectable(obj) || righttt(obj))