Searched refs:luai_apicheck (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llimits.h | 70 #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 D | llimits.h | 122 #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 D | luaconf.h | 718 #define luai_apicheck(l,e) assert(e) macro
|
H A D | luaconf.h.dist | 713 #define luai_apicheck(l,e) assert(e)
|
/freebsd/lib/liblua/ |
H A D | luaconf.h | 695 #define luai_apicheck(l,e) assert(e) macro
|
/freebsd/stand/liblua/ |
H A D | luaconf.h | 712 #define luai_apicheck(l,e) assert(e) macro
|