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 D | ldo.h | 32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
|
| H A D | ldo.c | 306 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 D | lvm.c | 776 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 D | ldo.h | 42 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
|
| H A D | ldo.c | 413 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 D | lvm.c | 1134 if (luaD_precall(L, ra, nresults)) { /* C function? */ in luaV_execute() 1149 if (luaD_precall(L, ra, LUA_MULTRET)) { /* C function? */ in luaV_execute()
|