Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dldo.h37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
H A Dldo.c405 luaD_poscall(L, L->top - n); in luaD_precall()
445 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
517 luaD_poscall(L, L->top - n); in finishCcall()
615 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
H A Dlvm.c819 b = luaD_poscall(L, ra); in luaV_execute()
/freebsd-14.2/contrib/lua/src/
H A Dldo.h78 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
H A Dldo.c485 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall() function
532 luaD_poscall(L, ci, n); in precallC()
727 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in finishCcall()
805 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in resume()
H A Dlvm.c1717 luaD_poscall(L, ci, n); /* finish caller */ in luaV_execute()
1740 luaD_poscall(L, ci, n); in luaV_execute()
1749 luaD_poscall(L, ci, 0); /* no hurry... */ in luaV_execute()
1766 luaD_poscall(L, ci, 1); /* no hurry... */ in luaV_execute()