Searched refs:luaD_poscall (Results 1 – 3 of 3) sorted by relevance
37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
322 luaD_poscall(L, L->top - n); in luaD_precall()362 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function429 luaD_poscall(L, L->top - n); in finishCcall()527 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume()
756 b = luaD_poscall(L, ra); in luaV_execute()