Searched refs:luaH_setint (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltable.h | 27 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, int key, TValue *value);
|
H A D | lstate.c | 170 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry() 173 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry()
|
H A D | ltable.c | 318 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize() 521 void luaH_setint (lua_State *L, Table *t, int key, TValue *value) { in luaH_setint() function
|
H A D | ldebug.c | 222 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ in collectvalidlines()
|
H A D | lvm.c | 892 luaH_setint(L, h, last--, val); in luaV_execute()
|
H A D | lapi.c | 789 luaH_setint(L, hvalue(t), n, L->top - 1); in lua_rawseti()
|
/freebsd/contrib/lua/src/ |
H A D | ltable.h | 39 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
|
H A D | ltable.c | 567 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize() 830 void luaH_setint (lua_State *L, Table *t, lua_Integer key, TValue *value) { in luaH_setint() function
|
H A D | ldebug.c | 313 luaH_setint(L, t, currentline, &v); /* table[line] = true */ in collectvalidlines()
|
H A D | lapi.c | 926 luaH_setint(L, t, n, s2v(L->top.p - 1)); in lua_rawseti()
|