Searched refs:luaH_setstr (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.h | 24 LUAI_FUNC TValue *luaH_setstr (lua_State *L, Table *t, TString *key);
|
| H A D | llex.c | 120 TValue *o = luaH_setstr(L, ls->fs->h, ts); /* entry for `str' */ in luaX_newstring()
|
| H A D | ltable.c | 520 TValue *luaH_setstr (lua_State *L, Table *t, TString *key) { in luaH_setstr() function
|
| H A D | ldo.c | 225 setnvalue(luaH_setstr(L, htab, luaS_newliteral(L, "n")), cast_num(nvar)); in adjust_varargs()
|