Searched refs:docall (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.c | 96 static int docall (lua_State *L, int narg, int clear) { in docall() function 135 int status = luaL_loadfile(L, name) || docall(L, 0, 1); in dofile() 141 int status = luaL_loadbuffer(L, s, strlen(s), name) || docall(L, 0, 1); in dostring() 149 return report(L, docall(L, 1, 1)); in dolibrary() 221 if (status == 0) status = docall(L, 0, 0); in dotty() 250 status = docall(L, narg, 0); in handle_script()
|