Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/ !
H A Dldo.h38 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
H A Dldo.c406 luaD_poscall(L, L->top - n); in luaD_precall()
446 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
518 luaD_poscall(L, L->top - n); in finishCcall()
616 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
H A Dlvm.c820 b = luaD_poscall(L, ra); in luaV_execute()
/src/contrib/lua/src/ !
H A Dldo.h78 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
H A Dldo.c492 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall() function
539 luaD_poscall(L, ci, n); in precallC()
734 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in finishCcall()
816 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in resume()
H A Dlvm.c1718 luaD_poscall(L, ci, n); /* finish caller */ in luaV_execute()
1741 luaD_poscall(L, ci, n); in luaV_execute()
1750 luaD_poscall(L, ci, 0); /* no hurry... */ in luaV_execute()
1767 luaD_poscall(L, ci, 1); /* no hurry... */ in luaV_execute()