Home
last modified time | relevance | path

Searched refs:luaD_call (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dltm.c122 luaD_call(L, func, 0); in luaT_callTM()
138 luaD_call(L, func, 1); in luaT_callTMres()
H A Dldo.h74 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
H A Dlfunc.c119 luaD_call(L, top, 0); in callclosemethod()
H A Dlapi.c1027 luaD_call(L, func, nresults); /* do the call */ in lua_callk()
1086 luaD_call(L, c.func, nresults); /* do the call */ in lua_pcallk()
H A Dldo.c650 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() function
H A Dlvm.c1935 ProtectNT(luaD_call(L, ra + 4, GETARG_C(i))); /* do the call */