Home
last modified time | relevance | path

Searched defs:luaL_newlib (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h98 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0)) macro
/freebsd/contrib/lua/src/
H A Dlauxlib.h130 #define luaL_newlib(L,l) \ macro