Home
last modified time | relevance | path

Searched refs:luaH_finishset (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dltable.h50 LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key,
Dltable.c827 void luaH_finishset (lua_State *L, Table *t, const TValue *key, in luaH_finishset() function
842 luaH_finishset(L, t, key, slot, value); in luaH_set()
Dllex.c151 luaH_finishset(L, ls->h, stv, o, stv); /* t[string] = string */ in luaX_newstring()
Dlcode.c568 luaH_finishset(L, fs->ls->h, key, idx, &val); in addk()
Dlvm.c365 luaH_finishset(L, h, key, slot, val); /* set new value */