Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h178 #if !defined(luai_userstateopen)
179 #define luai_userstateopen(L) ((void)L) macro
H A Dlstate.c193 luai_userstateopen(L); in f_luaopen()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h723 #define luai_userstateopen(L) ((void)L) macro
H A Dlstate.c188 luai_userstateopen(L); in lua_newstate()