Searched refs:luaD_poscall (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldo.h | 69 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
|
A D | ldo.c | 459 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall() function 535 luaD_poscall(L, ci, n); in luaD_precall() 668 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in finishCcall() 747 luaD_poscall(L, ci, n); /* finish 'luaD_call' */ in resume()
|
A D | lvm.c | 1658 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()
|
Completed in 7 milliseconds