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 D | ldo.h | 37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
|
| H A D | ldo.c | 332 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 D | lvm.c | 819 b = luaD_poscall(L, ra); in luaV_execute()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldo.h | 47 LUAI_FUNC int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult,
|
| H A D | ldo.c | 376 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 D | lvm.c | 1179 b = luaD_poscall(L, ci, ra, (b != 0 ? b - 1 : cast_int(L->top - ra))); in luaV_execute()
|