Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.h32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
H A Dldo.c306 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function
366 return luaD_precall(L, func, nresults); /* now it must be a function */ in luaD_precall()
411 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call()
516 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */ in resume_cb()
H A Dlvm.c776 if (luaD_precall(L, ra, nresults)) { /* C function? */ in luaV_execute()
790 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */ in luaV_execute()
/freebsd-12.1/contrib/lua/src/
H A Dldo.h42 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
H A Dldo.c413 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function
468 return luaD_precall(L, func, nresults); /* now it must be a function */ in luaD_precall()
498 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call()
624 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */ in resume()
H A Dlvm.c1134 if (luaD_precall(L, ra, nresults)) { /* C function? */ in luaV_execute()
1149 if (luaD_precall(L, ra, LUA_MULTRET)) { /* C function? */ in luaV_execute()