Home
last modified time | relevance | path

Searched defs:luaL_openlib (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lyaml/ext/yaml/
H A Dlyaml.h39 # define luaL_openlib(L,n,l,nup) luaL_setfuncs((L),(l),(nup)) macro
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h165 LUALIB_API void (luaL_openlib) (lua_State *L, const char *libname, variable
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c683 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, in luaL_openlib() function