Searched refs:luaD_call (Results 1 - 12 of 12) sorted by relevance

/external/skia/third_party/lua/src/
H A Dldo.h33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
H A Dlapi.c902 luaD_call(L, func, nresults, 1); /* do the call */
905 luaD_call(L, func, nresults, 0); /* just do the call */
923 luaD_call(L, c->func, c->nresults, 0);
962 luaD_call(L, c.func, nresults, 1); /* do the call */
H A Dldebug.c567 luaD_call(L, L->top - 2, 1, 0); /* call it */
H A Dlvm.c102 luaD_call(L, L->top - (4 - hasres), hasres, isLua(L->ci));
797 Protect(luaD_call(L, cb, GETARG_C(i), 1));
H A Dldo.c386 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { function
H A Dlgc.c798 luaD_call(L, L->top - 2, 0, 0);
/external/syslinux/com32/lua/src/
H A Dldo.h33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
H A Dlapi.c902 luaD_call(L, func, nresults, 1); /* do the call */
905 luaD_call(L, func, nresults, 0); /* just do the call */
923 luaD_call(L, c->func, c->nresults, 0);
962 luaD_call(L, c.func, nresults, 1); /* do the call */
H A Dldebug.c580 luaD_call(L, L->top - 2, 1, 0); /* call it */
H A Dlvm.c125 luaD_call(L, L->top - (4 - hasres), hasres, isLua(L->ci));
820 Protect(luaD_call(L, cb, GETARG_C(i), 1));
H A Dldo.c393 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { function
H A Dlgc.c805 luaD_call(L, L->top - 2, 0, 0);

Completed in 536 milliseconds