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

/external/skia/third_party/lua/src/
H A Dldo.h32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
H A Dldo.c295 int luaD_precall (lua_State *L, StkId func, int nresults) { function
349 return luaD_precall(L, func, nresults); /* now it must be a function */
394 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */
421 /* finish 'luaD_precall' */
499 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */
520 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */
H A Dlvm.c713 if (luaD_precall(L, ra, nresults)) { /* C function? */
727 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */
/external/syslinux/com32/lua/src/
H A Dldo.h32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
H A Dldo.c296 int luaD_precall (lua_State *L, StkId func, int nresults) { function
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' */
H A Dlvm.c736 if (luaD_precall(L, ra, nresults)) { /* C function? */
750 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */

Completed in 832 milliseconds