Home
last modified time | relevance | path

Searched refs:luai_userstatefree (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h190 #if !defined(luai_userstatefree)
191 #define luai_userstatefree(L,L1) ((void)L) macro
H A Dlstate.c258 luai_userstatefree(L, L1); in luaE_freethread()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h726 #define luai_userstatefree(L) ((void)L) macro
H A Dlstate.c137 luai_userstatefree(L1); in luaE_freethread()