Searched refs:luaH_setint (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/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 | 221 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 | 787 luaH_setint(L, hvalue(t), n, L->top - 1); in lua_rawseti()
|
| /freebsd-13.1/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 | lstate.c | 223 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &temp); in init_registry() 226 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &temp); in init_registry()
|
| H A D | ltable.c | 537 luaH_setint(L, t, i + 1, &t->array[i]); in luaH_resize() 784 void luaH_setint (lua_State *L, Table *t, lua_Integer key, TValue *value) { in luaH_setint() function
|
| H A D | ldebug.c | 310 luaH_setint(L, t, currentline, &v); /* table[line] = true */ in collectvalidlines()
|
| H A D | lapi.c | 894 luaH_setint(L, t, n, s2v(L->top - 1)); in lua_rawseti()
|