Searched refs:luaD_call (Results 1 – 5 of 5) sorted by relevance
/external/lua/src/ |
D | ltm.c | 113 luaD_call(L, func, 0); in luaT_callTM() 129 luaD_call(L, func, 1); in luaT_callTMres()
|
D | ldo.h | 62 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
|
D | ldo.c | 457 void luaD_call (lua_State *L, StkId func, int nresults) { in luaD_call() function 525 luaD_call(L, func, nResults); in luaD_callnoyield() 641 luaD_call(L, firstArg - 1, LUA_MULTRET); in resume()
|
D | lvm.c | 1614 ProtectNT(luaD_call(L, ra, nresults)); in luaV_execute() 1640 luaD_call(L, ra, LUA_MULTRET); /* call it */ in luaV_execute() 1745 ProtectNT(luaD_call(L, ra + 4, GETARG_C(i))); /* do the call */ in luaV_execute()
|
D | lapi.c | 984 luaD_call(L, func, nresults); /* do the call */ in lua_callk() 1043 luaD_call(L, c.func, nresults); /* do the call */ in lua_pcallk()
|