Searched refs:luaL_requiref (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | linit.c | 71 luaL_requiref(L, lib->name, lib->func, 1); in luaL_openlibs()
|
H A D | lauxlib.h | 130 LUALIB_API void (luaL_requiref) (lua_State *L, const char *modname, variable
|
H A D | lauxlib.c | 992 LUALIB_API void luaL_requiref (lua_State *L, const char *modname, in luaL_requiref() function
|
/netbsd-src/external/bsd/lutok/dist/ |
H A D | state.cpp | 594 luaL_requiref(_pimpl->lua_state, LUA_STRLIBNAME, luaopen_string, 1); in open_string() 613 luaL_requiref(_pimpl->lua_state, LUA_TABLIBNAME, luaopen_table, 1); in open_table()
|
/netbsd-src/sys/modules/lua/ |
H A D | lua.c | 390 luaL_requiref( in luaioctl() 535 luaL_requiref(L, md->mod_name, md->open, 0); in lua_require()
|