Searched refs:luaH_newkey (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dltable.h49 LUAI_FUNC TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key);
H A Dltable.c461 TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) { function
614 else return luaH_newkey(L, t, key);
626 cell = luaH_newkey(L, t, &k);
H A Dlvm.c214 slot = luaH_newkey(L, h, key); /* create one */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.h29 LUAI_FUNC TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key);
H A Dltable.c405 TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) { function
515 else return luaH_newkey(L, t, key);
527 cell = luaH_newkey(L, t, &k);
H A Dlvm.c152 (oldval = luaH_newkey(L, h, key), 1)))) {

Completed in 177 milliseconds