Home
last modified time | relevance | path

Searched refs:luaV_execute (Results 1 – 6 of 6) 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 Dldo.c378 luaV_execute(L, 1); /* call it */ in luaD_call()
405 luaV_execute(L, cast_int(L->ci - L->base_ci)); in resume()
H A Dlvm.c377 void luaV_execute (lua_State *L, int nexeccalls) { in luaV_execute() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.h39 LUAI_FUNC void luaV_execute (lua_State *L);
H A Dldo.c477 luaV_execute(L); /* call it */ in luaD_call()
517 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()
582 luaV_execute(L); /* call it */ in resume_cb()
590 luaV_execute(L); /* just continue running Lua code */ in resume_cb()
H A Dlvm.c595 void luaV_execute (lua_State *L) { in luaV_execute() function