HomeSort by relevance Sort by last modified time
    Searched refs:luaD_precall (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.h 32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
ldo.c 296 int luaD_precall (lua_State *L, StkId func, int nresults) {
356 return luaD_precall(L, func, nresults); /* now it must be a function */
401 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */
428 /* finish 'luaD_precall' */
506 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */
527 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */
lvm.c 713 if (luaD_precall(L, ra, nresults)) { /* C function? */
727 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */
  /external/syslinux/com32/lua/src/
ldo.h 32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
ldo.c 296 int luaD_precall (lua_State *L, StkId func, int nresults) {
356 return luaD_precall(L, func, nresults); /* now it must be a function */
401 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */
428 /* finish 'luaD_precall' */
506 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */
527 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */
lvm.c 736 if (luaD_precall(L, ra, nresults)) { /* C function? */
750 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */

Completed in 204 milliseconds