Searched refs:luaD_poscall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
|
| H A D | ldo.c | 405 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 D | lvm.c | 819 b = luaD_poscall(L, ra); in luaV_execute()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ldo.h | 78 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
|
| H A D | ldo.c | 485 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 D | lvm.c | 1717 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()
|