Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltable.h26 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, int key, TValue *value);
H A Dlstate.c171 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry()
174 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()
519 void luaH_setint (lua_State *L, Table *t, int key, TValue *value) { in luaH_setint() function
H A Dldebug.c222 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
H A Dlvm.c891 luaH_setint(L, h, last--, val); in luaV_execute()
H A Dlapi.c789 luaH_setint(L, hvalue(t), n, L->top - 1); in lua_rawseti()