Searched refs:luaD_poscall (Results 1 – 6 of 6) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ldo.h | 37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
|
D | ldo.c | 321 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()
|
D | lvm.c | 756 b = luaD_poscall(L, ra); in luaV_execute()
|
/external/syslinux/com32/lua/src/ |
D | ldo.h | 37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
|
D | ldo.c | 322 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()
|
D | lvm.c | 779 b = luaD_poscall(L, ra); in luaV_execute()
|