Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.h30 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)); in luaH_resize()
417 return luaH_set(L, t, key); /* insert key into grown table */ in luaH_newkey()
511 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() function
H A Dllex.c127 o = luaH_set(L, ls->fs->h, L->top - 1); in luaX_newstring()
H A Dlapi.c775 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset()
804 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1); in lua_rawsetp()
H A Dlcode.c292 TValue *idx = luaH_set(L, fs->h, key); in addk()
/freebsd-12.1/contrib/lua/src/
H A Dltable.h50 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
H A Dltable.c379 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old)); in luaH_resize()
481 return luaH_set(L, t, key); /* insert key into grown table */ in luaH_newkey()
610 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() function
H A Dllex.c132 o = luaH_set(L, ls->h, L->top - 1); in luaX_newstring()
H A Dlapi.c808 slot = luaH_set(L, hvalue(o), L->top - 2); in lua_rawset()
838 slot = luaH_set(L, hvalue(o), &k); in lua_rawsetp()
H A Dlcode.c431 TValue *idx = luaH_set(L, fs->ls->h, key); /* index scanner table */ in addk()