Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.c134 static int dofile (lua_State *L, const char *name) { in dofile() function
327 return dofile(L, init+1); in handle_luainit()
371 else dofile(L, NULL); /* executes stdin as a file */ in pmain()
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY156 + dofile and dostring can now return values (via return statement)