Searched refs:luaH_setint (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ltable.h | 41 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
|
H A D | ltable.c | 577 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 D | ldebug.c | 317 luaH_setint(L, t, currentline, &v); /* table[line] = true */ in collectvalidlines()
|
H A D | lapi.c | 936 luaH_setint(L, t, n, s2v(L->top.p - 1)); in lua_rawseti()
|