Home
last modified time | relevance | path

Searched refs:luaD_poscall (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.h38 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
H A Dldo.c392 luaD_poscall(L, L->top - n); in luaD_precall()
432 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
504 luaD_poscall(L, L->top - n); in finishCcall()
602 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
H A Dlvm.c820 b = luaD_poscall(L, ra); in luaV_execute()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.h46 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
H A Dldo.c325 luaD_poscall(L, L->top - n); in luaD_precall()
343 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
399 if (luaD_poscall(L, firstArg)) /* complete it... */ in resume()
H A Dlvm.c644 b = luaD_poscall(L, ra); in luaV_execute()