Searched refs:luaH_setint (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | ltable.h | 44 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
|
D | lstate.c | 192 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &temp); in init_registry() 195 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &temp); in init_registry()
|
D | ltable.c | 368 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
|
D | ldebug.c | 243 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
|
D | lapi.c | 823 luaH_setint(L, hvalue(o), n, L->top - 1); in lua_rawseti()
|
D | lvm.c | 1279 luaH_setint(L, h, last--, val); in luaV_execute()
|