Searched refs:luaL_requiref (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | linit.c | 74 luaL_requiref(L, lib->name, lib->func, 1); in luaL_openlibs()
|
| H A D | lauxlib.h | 111 LUALIB_API void (luaL_requiref) (lua_State *L, const char *modname, variable
|
| H A D | lauxlib.c | 914 LUALIB_API void luaL_requiref (lua_State *L, const char *modname, in luaL_requiref() function
|
| /minix3/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()
|