Searched refs:luaL_register (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_struct.c | 42 #define luaL_register(L,n,f) luaL_newlib(L,f) macro 400 luaL_register(L, "struct", thislib); in luaopen_struct()
|
| H A D | lua_bit.c | 183 luaL_register(L, "bit", bit_funcs); in luaopen_bit()
|
| H A D | liolib.c | 514 luaL_register(L, NULL, flib); /* file methods */ in createmeta() 543 luaL_register(L, LUA_IOLIBNAME, iolib); in luaopen_io()
|
| H A D | lbaselib.c | 631 luaL_register(L, "_G", base_funcs); in base_open() 650 luaL_register(L, LUA_COLIBNAME, co_funcs); in luaopen_base()
|
| H A D | loslib.c | 240 luaL_register(L, LUA_OSLIBNAME, syslib); in luaopen_os()
|
| H A D | lmathlib.c | 252 luaL_register(L, LUA_MATHLIBNAME, mathlib); in luaopen_math()
|
| H A D | lauxlib.h | 44 LUALIB_API void (luaL_register) (lua_State *L, const char *libname, variable
|
| H A D | loadlib.c | 634 luaL_register(L, LUA_LOADLIBNAME, pk_funcs); in luaopen_package() 662 luaL_register(L, NULL, ll_funcs); /* open lib into global table */ in luaopen_package()
|
| H A D | ltablib.c | 284 luaL_register(L, LUA_TABLIBNAME, tab_funcs); in luaopen_table()
|
| H A D | ldblib.c | 395 luaL_register(L, LUA_DBLIBNAME, dblib); in luaopen_debug()
|
| H A D | lauxlib.c | 229 LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
|
| H A D | lstrlib.c | 863 luaL_register(L, LUA_STRLIBNAME, strlib); in luaopen_string()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 168 #define luaL_register(L,n,l) (luaL_openlib(L,(n),(l),0)) macro
|