Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.h39 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
Dlstate.c258 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &temp); in init_registry()
261 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &temp); in init_registry()
Dltable.c523 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
Dldebug.c310 luaH_setint(L, t, currentline, &v); /* table[line] = true */ in collectvalidlines()
Dlapi.c894 luaH_setint(L, t, n, s2v(L->top - 1)); in lua_rawseti()