Home
last modified time | relevance | path

Searched refs:luaH_setint (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.h27 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, int key, TValue *value);
H A Dlstate.c170 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry()
173 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry()
H A Dltable.c318 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize()
521 void luaH_setint (lua_State *L, Table *t, int key, TValue *value) { in luaH_setint() function
H A Dldebug.c221 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
H A Dlvm.c892 luaH_setint(L, h, last--, val); in luaV_execute()
H A Dlapi.c787 luaH_setint(L, hvalue(t), n, L->top - 1); in lua_rawseti()