Home
last modified time | relevance | path

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

/freebsd/sys/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()
/freebsd/contrib/lua/src/
H A Dllimits.h281 #if !defined(luai_userstateopen)
282 #define luai_userstateopen(L) ((void)L) macro
H A Dltests.h86 #define luai_userstateopen(l) \ macro
H A Dlstate.c241 luai_userstateopen(L); in f_luaopen()