Searched refs:luaD_poscall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 38 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
|
| H A D | ldo.c | 391 luaD_poscall(L, L->top - n); in luaD_precall() 431 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function 503 luaD_poscall(L, L->top - n); in finishCcall() 601 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
|
| H A D | lvm.c | 820 b = luaD_poscall(L, ra); in luaV_execute()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldo.h | 68 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
|
| H A D | ldo.c | 434 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall() function 506 luaD_poscall(L, ci, n); in luaD_precall() 592 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in finishCcall() 695 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in resume()
|
| H A D | lvm.c | 1658 luaD_poscall(L, ci, cast_int(L->top - ra)); /* finish caller */ in luaV_execute() 1682 luaD_poscall(L, ci, n); in luaV_execute() 1690 luaD_poscall(L, ci, 0); /* no hurry... */ in luaV_execute() 1706 luaD_poscall(L, ci, 1); /* no hurry... */ in luaV_execute()
|