Home
last modified time | relevance | path

Searched refs:luaH_setstr (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.h24 LUAI_FUNC TValue *luaH_setstr (lua_State *L, Table *t, TString *key);
H A Dllex.c120 TValue *o = luaH_setstr(L, ls->fs->h, ts); /* entry for `str' */ in luaX_newstring()
H A Dltable.c520 TValue *luaH_setstr (lua_State *L, Table *t, TString *key) { in luaH_setstr() function
H A Dldo.c225 setnvalue(luaH_setstr(L, htab, luaS_newliteral(L, "n")), cast_num(nvar)); in adjust_varargs()