Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dltable.h22 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()
/external/syslinux/com32/lua/src/
Dltable.h26 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, int key, TValue *value);
Dlstate.c178 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry()
181 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry()
Dltable.c319 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
Dldebug.c210 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
Dlvm.c851 luaH_setint(L, h, last--, val); in luaV_execute()
Dlapi.c790 luaH_setint(L, hvalue(t), n, L->top - 1); in lua_rawseti()