Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.h44 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
Dlstate.c192 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &temp); in init_registry()
195 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &temp); in init_registry()
Dltable.c368 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize()
618 void luaH_setint (lua_State *L, Table *t, lua_Integer key, TValue *value) { in luaH_setint() function
Dldebug.c243 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
Dlapi.c823 luaH_setint(L, hvalue(o), n, L->top - 1); in lua_rawseti()
Dlvm.c1279 luaH_setint(L, h, last--, val); in luaV_execute()