Searched refs:luaL_newlib (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 150 luaL_newlib(L, co_funcs); in luaopen_coroutine()
|
| H A D | ltablib.c | 275 luaL_newlib(L, tab_funcs); in luaopen_table()
|
| H A D | lstrlib.c | 1030 luaL_newlib(L, strlib); in luaopen_string()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_bit.c | 185 luaL_newlib(L, bit_funcs); in luaopen_bit()
|
| H A D | lua_struct.c | 42 #define luaL_register(L,n,f) luaL_newlib(L,f)
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 99 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0)) macro
|