Searched refs:luaL_Reg (Results 1 – 21 of 21) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.h | 35 typedef struct luaL_Reg { struct 38 } luaL_Reg; argument 43 const luaL_Reg *l, int nup); 45 const luaL_Reg *l); 170 #define luaL_reg luaL_Reg
|
| H A D | linit.c | 17 static const luaL_Reg lualibs[] = { 31 const luaL_Reg *lib = lualibs; in luaL_openlibs()
|
| H A D | lauxlib.c | 230 const luaL_Reg *l) { 235 static int libsize (const luaL_Reg *l) { in libsize() 243 const luaL_Reg *l, int nup) { in luaI_openlib()
|
| H A D | lua_bit.c | 141 static const struct luaL_Reg bit_funcs[] = {
|
| H A D | liolib.c | 480 static const luaL_Reg iolib[] = { 496 static const luaL_Reg flib[] = {
|
| H A D | lbaselib.c | 447 static const luaL_Reg base_funcs[] = { 605 static const luaL_Reg co_funcs[] = {
|
| H A D | loslib.c | 220 static const luaL_Reg syslib[] = {
|
| H A D | lmathlib.c | 215 static const luaL_Reg mathlib[] = {
|
| H A D | loadlib.c | 609 static const luaL_Reg pk_funcs[] = { 616 static const luaL_Reg ll_funcs[] = {
|
| H A D | ltablib.c | 269 static const luaL_Reg tab_funcs[] = {
|
| H A D | lua_struct.c | 389 static const struct luaL_Reg thislib[] = {
|
| H A D | ldblib.c | 375 static const luaL_Reg dblib[] = {
|
| H A D | lua_cjson.c | 1300 static void luaL_setfuncs (lua_State *l, const luaL_Reg *reg, int nup) in luaL_setfuncs() 1346 luaL_Reg reg[] = { in lua_cjson_new()
|
| H A D | lua_cmsgpack.c | 892 const struct luaL_Reg cmds[] = {
|
| H A D | lstrlib.c | 827 static const luaL_Reg strlib[] = {
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 21 typedef struct luaL_Reg { struct 24 } luaL_Reg; typedef 79 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup); 166 const luaL_Reg *l, int nup);
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 137 static const luaL_Reg co_funcs[] = {
|
| H A D | lauxlib.c | 653 static int libsize (const luaL_Reg *l) { in libsize() 684 const luaL_Reg *l, int nup) { in luaL_openlib() 704 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
| H A D | lbaselib.c | 255 static const luaL_Reg base_funcs[] = {
|
| H A D | ltablib.c | 260 static const luaL_Reg tab_funcs[] = {
|
| H A D | lstrlib.c | 993 static const luaL_Reg strlib[] = {
|