Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.h37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
H A Dldo.c332 luaD_poscall(L, L->top - n); in luaD_precall()
372 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
439 luaD_poscall(L, L->top - n); in finishCcall()
537 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
H A Dlvm.c819 b = luaD_poscall(L, ra); in luaV_execute()
/freebsd-12.1/contrib/lua/src/
H A Dldo.h47 LUAI_FUNC int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult,
H A Dldo.c376 int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult, int nres) { in luaD_poscall() function
437 luaD_poscall(L, ci, L->top - n, n); in luaD_precall()
536 luaD_poscall(L, ci, L->top - n, n); /* finish 'luaD_precall' */ in finishCcall()
641 luaD_poscall(L, ci, firstArg, n); /* finish 'luaD_precall' */ in resume()
H A Dlvm.c1179 b = luaD_poscall(L, ci, ra, (b != 0 ? b - 1 : cast_int(L->top - ra))); in luaV_execute()