Home
last modified time | relevance | path

Searched refs:luaL_pushmodule (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlauxlib.h214 LUALIB_API void (luaL_pushmodule) (lua_State *L, const char *modname, variable
H A Dlauxlib.c840 LUALIB_API void luaL_pushmodule (lua_State *L, const char *modname, in luaL_pushmodule() function
860 luaL_pushmodule(L, libname, libsize(l)); /* get/create library table */ in luaL_openlib()
H A Dloadlib.c639 luaL_pushmodule(L, modname, 1); /* get/create module table */ in ll_module()