Searched refs:luaL_requiref (Results 1 – 12 of 12) sorted by relevance
/freebsd/stand/kboot/kboot/ |
H A D | lua_bindings.c | 15 luaL_requiref(L, "hash", luaopen_hash, 1); in lua_hash_bindings()
|
/freebsd/contrib/lua/src/ |
H A D | linit.c | 61 luaL_requiref(L, lib->name, lib->func, 1); in luaL_openlibs()
|
H A D | ltests.h | 108 luaL_requiref(L, "T", luaB_opentests, 1); \
|
H A D | lauxlib.h | 117 LUALIB_API void (luaL_requiref) (lua_State *L, const char *modname, variable
|
H A D | ltests.c | 1186 luaL_requiref(L1, "package", luaopen_package, 0); in loadlib() 1189 luaL_requiref(L1, "package", NULL, 1); /* seg. fault if it reloads */ in loadlib()
|
H A D | lauxlib.c | 974 LUALIB_API void luaL_requiref (lua_State *L, const char *modname, in luaL_requiref() function
|
/freebsd/libexec/flua/ |
H A D | linit_flua.c | 76 luaL_requiref(L, lib->name, lib->func, 1); in luaL_openlibs()
|
/freebsd/stand/common/ |
H A D | interp_lua.c | 126 luaL_requiref(luap, lib->name, lib->func, 1); in interp_preinit()
|
/freebsd/contrib/lutok/ |
H A D | state.cpp | 606 luaL_requiref(_pimpl->lua_state, LUA_STRLIBNAME, luaopen_string, 1); in open_string() 625 luaL_requiref(_pimpl->lua_state, LUA_TABLIBNAME, luaopen_table, 1); in open_table()
|
/freebsd/stand/liblua/ |
H A D | gfx_utils.c | 252 luaL_requiref(L, "gfx", luaopen_gfx, 1); in gfx_init_md()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 86 LUALIB_API void (luaL_requiref) (lua_State *L, const char *modname, variable
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 742 LUALIB_API void luaL_requiref (lua_State *L, const char *modname, in luaL_requiref() function
|