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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
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' */
  /external/syslinux/com32/lua/src/
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' */

Completed in 53 milliseconds