Home
last modified time | relevance | path

Searched refs:luaopen_base (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/lua/src/
H A Dlinit.c43 {LUA_GNAME, luaopen_base},
H A Dlualib.h18 LUAMOD_API int (luaopen_base) (lua_State *L); variable
H A Dlbaselib.c537 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base() function
H A Dltests.c1173 {LUA_GNAME, luaopen_base}, in loadlib()
/freebsd-14.2/libexec/flua/
H A Dlinit_flua.c45 {"_G", luaopen_base},
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlualib.h15 LUAMOD_API int (luaopen_base) (lua_State *L); variable
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c278 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base() function
292 EXPORT_SYMBOL(luaopen_base);
/freebsd-14.2/stand/common/
H A Dinterp_lua.c81 {"_G", luaopen_base},
/freebsd-14.2/contrib/lutok/
H A Dstate.cpp591 lua_pushcfunction(_pimpl->lua_state, luaopen_base); in open_base()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1068 VERIFY3U(1, ==, luaopen_base(state)); in zcp_eval()