Searched refs:luaH_setint (Results 1 – 5 of 5) sorted by relevance
/external/lua/src/ |
D | ltable.h | 39 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
|
D | lstate.c | 258 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &temp); in init_registry() 261 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &temp); in init_registry()
|
D | ltable.c | 523 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize() 770 void luaH_setint (lua_State *L, Table *t, lua_Integer key, TValue *value) { in luaH_setint() function
|
D | ldebug.c | 310 luaH_setint(L, t, currentline, &v); /* table[line] = true */ in collectvalidlines()
|
D | lapi.c | 894 luaH_setint(L, t, n, s2v(L->top - 1)); in lua_rawseti()
|