Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDldo.h38 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
HDldo.c404 luaD_poscall(L, L->top - n); in luaD_precall()
444 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
516 luaD_poscall(L, L->top - n); in finishCcall()
614 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
HDlvm.c820 b = luaD_poscall(L, ra); in luaV_execute()
/freebsd-13-stable/contrib/lua/src/
HDldo.h68 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
HDldo.c434 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()
HDlvm.c1658 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()