Searched refs:luaD_precall (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | ldo.h | 34 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
|
| H A D | ldo.c | 318 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function 380 return luaD_precall(L, func, nresults); /* now it must be a function */ in luaD_precall() 425 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call() 549 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */ in resume()
|
| H A D | lvm.c | 1164 if (luaD_precall(L, ra, nresults)) { /* C function? */ 1179 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */
|