Searched refs:luaD_call (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | ldo.h | 35 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
|
| H A D | ltm.c | 104 luaD_call(L, L->top - (4 - hasres), hasres, isLua(L->ci)); in luaT_callTM()
|
| H A D | lapi.c | 906 luaD_call(L, func, nresults, 1); /* do the call */ in lua_callk() 909 luaD_call(L, func, nresults, 0); /* just do the call */ in lua_callk() 927 luaD_call(L, c->func, c->nresults, 0); in f_call() 965 luaD_call(L, c.func, nresults, 1); /* do the call */ in lua_pcallk()
|
| H A D | ldebug.c | 629 luaD_call(L, L->top - 2, 1, 0); /* call it */ in luaG_errormsg()
|
| H A D | ldo.c | 417 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() function
|
| H A D | lgc.c | 804 luaD_call(L, L->top - 2, 0, 0); in dothecall()
|
| H A D | lvm.c | 1294 Protect(luaD_call(L, cb, GETARG_C(i), 1));
|