Home
last modified time | relevance | path

Searched refs:luaD_precall (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.h73 LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
H A Dldo.c592 CallInfo *luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function
639 if ((ci = luaD_precall(L, func, nResults)) != NULL) { /* Lua function? */ in ccall()
H A Dlvm.c1783 if ((newci = luaD_precall(L, ra, nresults)) == NULL)