Searched refs:luaH_set (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.h31 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
H A Dltable.c329 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old));
419 return luaH_set(L, t, key); /* insert key into grown table */
513 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { function
H A Dllex.c126 o = luaH_set(L, ls->fs->h, L->top - 1);
H A Dlapi.c773 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1);
802 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1);
H A Dlcode.c291 TValue *idx = luaH_set(L, fs->h, key);
/freebsd-13-stable/contrib/lua/src/
H A Dltable.h45 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
H A Dllex.c134 o = luaH_set(L, ls->h, s2v(L->top - 1));
H A Dltable.c488 setobjt2t(L, luaH_set(L, t, &k), gval(old));
657 return luaH_set(L, t, key); /* insert key into grown table */
776 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { function
H A Dlapi.c868 slot = luaH_set(L, t, key);
H A Dlcode.c552 TValue *idx = luaH_set(L, fs->ls->h, key); /* index scanner table */

Completed in 84 milliseconds