Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.h33 LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls);
H A Dlvm.c377 void luaV_execute (lua_State *L, int nexeccalls) { in luaV_execute() argument
593 nexeccalls++; in luaV_execute()
645 if (--nexeccalls == 0) /* was previous function running `here'? */ in luaV_execute()