Searched refs:luaH_new (Results 1 – 15 of 15) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.h | 27 LUAI_FUNC Table *luaH_new (lua_State *L, int narray, int lnhash);
|
| H A D | lstate.c | 74 sethvalue(L, gt(L), luaH_new(L, 0, 2)); /* table of globals */ in f_luaopen() 75 sethvalue(L, registry(L), luaH_new(L, 0, 2)); /* registry */ in f_luaopen()
|
| H A D | ltable.c | 358 Table *luaH_new (lua_State *L, int narray, int nhash) { in luaH_new() function
|
| H A D | ldo.c | 221 htab = luaH_new(L, nvar, 1); /* create `arg' table */ in adjust_varargs()
|
| H A D | ldebug.c | 182 Table *t = luaH_new(L, 0, 0); in collectvalidlines()
|
| H A D | lvm.c | 464 sethvalue(L, ra, luaH_new(L, luaO_fb2int(b), luaO_fb2int(c))); in luaV_execute()
|
| H A D | lapi.c | 581 sethvalue(L, L->top, luaH_new(L, narray, nrec)); in lua_createtable()
|
| H A D | lparser.c | 347 fs->h = luaH_new(L, 0, 0); in open_func()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.h | 32 LUAI_FUNC Table *luaH_new (lua_State *L);
|
| H A D | lstate.c | 165 Table *registry = luaH_new(L); in init_registry() 172 sethvalue(L, &mt, luaH_new(L)); in init_registry()
|
| H A D | ltable.c | 368 Table *luaH_new (lua_State *L) { in luaH_new() function
|
| H A D | ldebug.c | 216 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
|
| H A D | lvm.c | 667 Table *t = luaH_new(L); in luaV_execute()
|
| H A D | lapi.c | 674 t = luaH_new(L); in lua_createtable()
|
| H A D | lparser.c | 545 fs->h = luaH_new(L); in open_func()
|