Searched refs:luaL_requiref (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | linit.c | 61 luaL_requiref(L, lib->name, lib->func, 1); in luaL_openlibs()
|
| H A D | lauxlib.h | 116 LUALIB_API void (luaL_requiref) (lua_State *L, const char *modname, variable
|
| H A D | lauxlib.c | 945 LUALIB_API void luaL_requiref (lua_State *L, const char *modname, in luaL_requiref() function
|
| /freebsd-13.1/libexec/flua/ |
| H A D | linit_flua.c | 72 luaL_requiref(L, lib->name, lib->func, 1); in luaL_openlibs()
|
| /freebsd-13.1/stand/common/ |
| H A D | interp_lua.c | 124 luaL_requiref(luap, lib->name, lib->func, 1); in interp_init()
|
| /freebsd-13.1/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-13.1/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-13.1/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
|