Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h70 #if !defined(luai_apicheck)
74 #define luai_apicheck(L,e) assert(e) macro
76 #define luai_apicheck(L,e) lua_assert(e) macro
81 #define api_check(l,e,msg) luai_apicheck(l,(e) && msg)
/freebsd/contrib/lua/src/
H A Dllimits.h122 #if !defined(luai_apicheck)
123 #define luai_apicheck(l,e) ((void)l, lua_assert(e)) macro
126 #define api_check(l,e,msg) luai_apicheck(l,(e) && msg)
H A Dluaconf.h718 #define luai_apicheck(l,e) assert(e) macro
H A Dluaconf.h.dist713 #define luai_apicheck(l,e) assert(e)
/freebsd/lib/liblua/
H A Dluaconf.h695 #define luai_apicheck(l,e) assert(e) macro
/freebsd/stand/liblua/
H A Dluaconf.h712 #define luai_apicheck(l,e) assert(e) macro