Home
last modified time | relevance | path

Searched refs:luaopen_package (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/lua/src/
H A Dlinit.c44 {LUA_LOADLIBNAME, luaopen_package},
H A Dlualib.h45 LUAMOD_API int (luaopen_package) (lua_State *L); variable
H A Dloadlib.c744 LUAMOD_API int luaopen_package (lua_State *L) { in luaopen_package() function
H A Dltests.c1186 luaL_requiref(L1, "package", luaopen_package, 0); in loadlib()
/freebsd-14.2/libexec/flua/
H A Dlinit_flua.c46 {LUA_LOADLIBNAME, luaopen_package},
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlualib.h42 LUAMOD_API int (luaopen_package) (lua_State *L); variable
/freebsd-14.2/stand/common/
H A Dinterp_lua.c82 {LUA_LOADLIBNAME, luaopen_package},