Home
last modified time | relevance | path

Searched refs:f_luaopen (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c179 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen() function
305 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
/freebsd/contrib/lua/src/
H A Dlstate.c231 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen() function
407 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()