Searched refs:luaL_openlib (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 165 LUALIB_API void (luaL_openlib) (lua_State *L, const char *libname, variable 168 #define luaL_register(L,n,l) (luaL_openlib(L,(n),(l),0))
|
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | lyaml.h | 39 # define luaL_openlib(L,n,l,nup) luaL_setfuncs((L),(l),(nup)) macro
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 683 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, in luaL_openlib() function
|