Home
last modified time | relevance | path

Searched refs:luaL_newlib (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c150 luaL_newlib(L, co_funcs); in luaopen_coroutine()
H A Dltablib.c275 luaL_newlib(L, tab_funcs); in luaopen_table()
H A Dlstrlib.c1030 luaL_newlib(L, strlib); in luaopen_string()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_bit.c185 luaL_newlib(L, bit_funcs); in luaopen_bit()
H A Dlua_struct.c42 #define luaL_register(L,n,f) luaL_newlib(L,f)
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h99 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0)) macro