Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltable.h41 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
H A Dltable.c577 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize()
846 void luaH_setint (lua_State *L, Table *t, lua_Integer key, TValue *value) { in luaH_setint() function
H A Dldebug.c317 luaH_setint(L, t, currentline, &v); /* table[line] = true */ in collectvalidlines()
H A Dlapi.c936 luaH_setint(L, t, n, s2v(L->top.p - 1)); in lua_rawseti()