Searched refs:luaD_poscall (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | ldo.h | 67 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
|
D | ldo.c | 414 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()
|
D | lvm.c | 1644 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()
|