Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltable.h26 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, int key, TValue *value);
Dlstate.c173 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry()
176 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry()
Dltable.c318 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize()
518 void luaH_setint (lua_State *L, Table *t, int key, TValue *value) { in luaH_setint() function
Dldebug.c210 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
Dlvm.c828 luaH_setint(L, h, last--, val); in luaV_execute()
Dlapi.c790 luaH_setint(L, hvalue(t), n, L->top - 1); in lua_rawseti()