Home
last modified time | relevance | path

Searched defs:luaopen_package (Results 1 – 2 of 2) sorted by relevance

/minix/external/mit/lua/dist/src/
H A Dlualib.h47 LUAMOD_API int (luaopen_package) (lua_State *L); variable
H A Dloadlib.c765 LUAMOD_API int luaopen_package (lua_State *L) { in luaopen_package() function