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.c180 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen() function
306 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
410 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()