Home
last modified time | relevance | path

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

/external/lua/src/
Dldo.h67 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
Dldo.c414 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall() function
484 luaD_poscall(L, ci, n); in luaD_call()
552 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in finishCcall()
655 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in resume()
Dlvm.c1644 luaD_poscall(L, ci, cast_int(L->top - ra)); in luaV_execute()
1667 luaD_poscall(L, ci, n); in luaV_execute()
1673 halfProtectNT(luaD_poscall(L, ci, 0)); /* no hurry... */ in luaV_execute()
1687 halfProtectNT(luaD_poscall(L, ci, 1)); /* no hurry... */ in luaV_execute()