Home
last modified time | relevance | path

Searched refs:dostring (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.c140 static int dostring (lua_State *L, const char *s, const char *name) { in dostring() function
304 if (dostring(L, chunk, "=(command line)") != 0) in runargs()
329 return dostring(L, init, "=" LUA_INIT); in handle_luainit()
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY70 + precompiled bytecodes checked for integrity (secure binary dostring).
156 + dofile and dostring can now return values (via return statement)