Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlinit.c44 {LUA_LOADLIBNAME, luaopen_package},
H A Dlualib.h48 LUAMOD_API int (luaopen_package) (lua_State *L); variable
H A Dloadlib.c767 LUAMOD_API int luaopen_package (lua_State *L) { in luaopen_package() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlualib.h42 LUAMOD_API int (luaopen_package) (lua_State *L); variable
/freebsd-12.1/stand/common/
H A Dinterp_lua.c83 {LUA_LOADLIBNAME, luaopen_package},