Home
last modified time | relevance | path

Searched refs:luaD_poscall (Results 1 – 6 of 6) sorted by relevance

/external/skia/third_party/lua/src/
Dldo.h37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
Dldo.c321 luaD_poscall(L, L->top - n); in luaD_precall()
355 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
422 luaD_poscall(L, L->top - n); in finishCcall()
520 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume()
Dlvm.c756 b = luaD_poscall(L, ra); in luaV_execute()
/external/syslinux/com32/lua/src/
Dldo.h37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
Dldo.c322 luaD_poscall(L, L->top - n); in luaD_precall()
362 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
429 luaD_poscall(L, L->top - n); in finishCcall()
527 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume()
Dlvm.c779 b = luaD_poscall(L, ra); in luaV_execute()