Searched refs:luaD_poscall (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/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 | 392 luaD_poscall(L, L->top - n); in luaD_precall() 432 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function 504 luaD_poscall(L, L->top - n); in finishCcall() 602 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
|
| H A D | lvm.c | 820 b = luaD_poscall(L, ra); in luaV_execute()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldo.h | 46 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
|
| H A D | ldo.c | 325 luaD_poscall(L, L->top - n); in luaD_precall() 343 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function 399 if (luaD_poscall(L, firstArg)) /* complete it... */ in resume()
|
| H A D | lvm.c | 644 b = luaD_poscall(L, ra); in luaV_execute()
|