Home
last modified time | relevance | path

Searched defs:luai_apicheck (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h75 #define luai_apicheck(L,e) assert(e) macro
77 #define luai_apicheck(L,e) lua_assert(e) macro
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h379 #define luai_apicheck(L,o) { (void)L; assert(o); } macro
381 #define luai_apicheck(L,o) { (void)L; } macro