Searched refs:lua_createtable (Results 1 – 17 of 17) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 181 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec); variable 256 #define lua_newtable(L) lua_createtable(L, 0, 0)
|
| H A D | ldblib.c | 120 lua_createtable(L, 0, 2); in db_getinfo() 250 lua_createtable(L, 0, 1); in gethooktable()
|
| H A D | loslib.c | 137 lua_createtable(L, 0, 9); /* 9 = number of fields */ in os_date()
|
| H A D | loadlib.c | 575 lua_createtable(L, 0, 1); /* create new metatable */ in ll_seeall() 642 lua_createtable(L, sizeof(loaders)/sizeof(loaders[0]) - 1, 0); in luaopen_package()
|
| H A D | lua.c | 125 lua_createtable(L, narg, n + 1); in getargs()
|
| H A D | liolib.c | 531 lua_createtable(L, 0, 1); in newfenv()
|
| H A D | lbaselib.c | 638 lua_createtable(L, 0, 1); /* new table `w' */ in base_open()
|
| H A D | lauxlib.c | 368 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()
|
| H A D | lstrlib.c | 848 lua_createtable(L, 0, 1); /* create metatable for strings */ in createmetatable()
|
| H A D | lapi.c | 578 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { in lua_createtable() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 229 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec); variable 325 #define lua_newtable(L) lua_createtable(L, 0, 0)
|
| H A D | lauxlib.h | 97 lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 120 lua_createtable(L, n, 1); /* create result table */ in pack()
|
| H A D | lapi.c | 670 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { in lua_createtable() function 1310 EXPORT_SYMBOL(lua_createtable);
|
| H A D | lauxlib.c | 634 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()
|
| H A D | lstrlib.c | 1015 lua_createtable(L, 0, 1); /* table to be metatable for strings */ in createmetatable()
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | HISTORY | 15 + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
|