Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.h37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
H A Dldo.c326 luaD_poscall(L, L->top - n); in luaD_precall()
366 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
433 luaD_poscall(L, L->top - n); in finishCcall()
531 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume_cb()
H A Dlvm.c819 b = luaD_poscall(L, ra); in luaV_execute()